A B C D E F G H I J K L M N O P R S T U V W

L

laplace - Variable in class lio.probdistributions.bitchain.BinaryProbDistribution
Whether to use laplace estimation or not when learning the model.
laplace - Variable in class lio.probdistributions.bitchain.DependencyNetworkProbDistribution
 
laplace - Variable in class lio.probdistributions.Network
 
learn(Individual[]) - Method in class lio.probdistributions.bitchain.Chain
Learns a probability distribution from a set of data
learn(Individual[]) - Method in class lio.probdistributions.bitchain.MarginalProbabilityVector
Learns a probability distribution from a set of data
learn(Individual[]) - Method in class lio.probdistributions.bitchain.MarginalProducts
Learns a probability distribution from a set of data
learn(Individual[]) - Method in class lio.probdistributions.bitchain.MultivariateMI_DN
 
learn(Individual[]) - Method in class lio.probdistributions.bitchain.Tree
 
learn(Individual[]) - Method in class lio.probdistributions.contchain.MarginalProbabilityVector
Learns a probability distribution from a set of data
learn(Individual[]) - Method in interface lio.probdistributions.ProbDistribution
Learns a probability distribution from a set of data
learnCPT() - Method in class lio.probdistributions.bitchain.MultivariateModel
 
learnCPT() - Method in class lio.probdistributions.Network
Learn conditional probability tables from the data in population according with structure in the graph
LinearCrossover - Class in lio.crossover.contchain
Implements the linear crossover operator for chains of reals.
LinearCrossover() - Constructor for class lio.crossover.contchain.LinearCrossover
 
lio - package lio
 
lio.core - package lio.core
 
lio.core.errormanagement - package lio.core.errormanagement
 
lio.core.event - package lio.core.event
 
lio.crossover - package lio.crossover
 
lio.crossover.bitchain - package lio.crossover.bitchain
 
lio.crossover.contchain - package lio.crossover.contchain
 
lio.crossover.permutations - package lio.crossover.permutations
 
lio.generators - package lio.generators
 
lio.generators.bitchain - package lio.generators.bitchain
 
lio.generators.contchain - package lio.generators.contchain
 
lio.generators.permutation - package lio.generators.permutation
 
lio.gui - package lio.gui
 
lio.individuals - package lio.individuals
 
lio.memetic - package lio.memetic
 
lio.misc - package lio.misc
 
lio.mutation - package lio.mutation
 
lio.mutation.bitchain - package lio.mutation.bitchain
 
lio.mutation.contchain - package lio.mutation.contchain
 
lio.mutation.permutations - package lio.mutation.permutations
 
lio.neighbourhood - package lio.neighbourhood
 
lio.neighbourhood.bitchain - package lio.neighbourhood.bitchain
 
lio.neighbourhood.permutation - package lio.neighbourhood.permutation
 
lio.perturbation - package lio.perturbation
 
lio.population.bitchain - package lio.population.bitchain
 
lio.population.contchain - package lio.population.contchain
 
lio.probdistributions - package lio.probdistributions
 
lio.probdistributions.contchain - package lio.probdistributions.contchain
 
lio.replacement - package lio.replacement
 
lio.search - package lio.search
 
lio.search.genetic - package lio.search.genetic
 
lio.search.local.greedy - package lio.search.local.greedy
 
lio.search.local.simulatedannealing - package lio.search.local.simulatedannealing
 
lio.search.probabilistic - package lio.search.probabilistic
 
lio.search.pso - package lio.search.pso
 
lio.search.pso.contchain - package lio.search.pso.contchain
 
lio.search.pso.neighbourhoods - package lio.search.pso.neighbourhoods
 
lio.selectors - package lio.selectors
 
lio.util - package lio.util
 
LiOBounds - Class in lio.individuals
Subclasses of LiOBounds allows defining the kind of data used by the algorithms to solve a task.
LiOBounds() - Constructor for class lio.individuals.LiOBounds
 
LiOConfiguration - Class in lio.core
This class encapsulates the default configuration of the library.
LiOConfiguration() - Constructor for class lio.core.LiOConfiguration
Creates a new instance of LiO by reading the configuration file and store all the information about available resources
LiODependentResource - Interface in lio.core
This interface must be implemented by those resources which need some information related to the problem to be built .
LiOEnv - Class in lio
 
LiOEnv() - Constructor for class lio.LiOEnv
 
LiOErrorLog - Interface in lio.core.errormanagement
This interface is used to manage exception an error messages, each implementation must show this message in the proper way in a window system or in command line
LiOEventListener - Interface in lio.core.event
Declare the listener interface that extends EventListener A class must implement this interface to get FinishEvents.
LiOGreedyTask - Class in lio.search.local.greedy
This class extends LiOTask in order to provide some methods needed to perform greedy based construction of solutions.
LiOGreedyTask() - Constructor for class lio.search.local.greedy.LiOGreedyTask
 
LiOGui - Class in lio.gui
 
LiOGui() - Constructor for class lio.gui.LiOGui
 
LiOGui.PopupListener - Class in lio.gui
 
LiOGui.PopupListener(JPopupMenu) - Constructor for class lio.gui.LiOGui.PopupListener
 
LiOJTextAreaErrorLog - Class in lio.core.errormanagement
Implements LiOErrorLog as subclass of PrintStream for scenarios in a window system
LiOJTextAreaErrorLog() - Constructor for class lio.core.errormanagement.LiOJTextAreaErrorLog
Creates a new instance of LiOJTextAreaErrorLog.
LiOMember - Class in lio.core
Stores characteristics for accessible members in a resource in order to be able show or update them in a generic way
LiOMember(String, String) - Constructor for class lio.core.LiOMember
Creates a new instance of LiOMember
LiOPrintStreamErrorLog - Class in lio.core.errormanagement
Implements LiOErrorLog as subclass of PrintStrem for use it in command line
LiOPrintStreamErrorLog() - Constructor for class lio.core.errormanagement.LiOPrintStreamErrorLog
Creates a new instance of LiOPrintStreamErrorLog which messages are sent to standard error output.
LiOPrintStreamErrorLog(OutputStream) - Constructor for class lio.core.errormanagement.LiOPrintStreamErrorLog
Creates a new instance of LiOPrintStreamErrorLog.
LiOResource - Interface in lio.core
This interface provides a way for objects that implements it to public their members.
LiOResourceDefinition - Class in lio.core
Contains the description of a resource including is concrete instantiation and values for its parameters.
LiOResourceDefinition(String) - Constructor for class lio.core.LiOResourceDefinition
Creates a new instance of resDescription given the kind of resource.
LiOResourceDefinition(String, String) - Constructor for class lio.core.LiOResourceDefinition
Creates a new instance of resDescription given both the kind of resource and instantiation.
LiOResourceDefinition(String, String, String) - Constructor for class lio.core.LiOResourceDefinition
Creates a new instance of resDescription given both the kind of resource and instantiation.
LiOResourceDefinition(String, String, String, String) - Constructor for class lio.core.LiOResourceDefinition
Creates a new instance of resDescription given both the kind of resource and instantiation.
LiOResourceFactory - Class in lio.core
This class is used to arrange all facilities related to load resources needed by a search algorithm and other resources recursively.
LiOResourceHandler - Class in lio.core
This class provides some static methods to manage any resource
LiOResourceHandler() - Constructor for class lio.core.LiOResourceHandler
 
LiOSearch - Class in lio.search
This class implements the common features of every search method and contains all necessary elements to perform search.
LiOSearch() - Constructor for class lio.search.LiOSearch
 
LiOTask - Class in lio
This abstract class must be extended for those classes which define tasks to be solved.
LiOTask() - Constructor for class lio.LiOTask
 
listenerList - Variable in class lio.search.LiOSearch
Holds all EventListeners
loadConf() - Method in class lio.gui.LiOGui
 
LoadObjectDialog - Class in lio.gui
 
LoadObjectDialog(JFrame) - Constructor for class lio.gui.LoadObjectDialog
 
loadSearchA() - Method in class lio.gui.LiOGui
 
loadSearchOutput() - Method in class lio.gui.LiOGui
 
loadSearchOutput(String) - Method in class lio.search.LiOSearch
 
loadStatistics(String) - Method in class lio.search.LiOSearch
 
loadStopCondition() - Method in class lio.gui.LiOGui
 
loadStopCondition(String) - Method in class lio.search.LiOSearch
 
loadTask() - Method in class lio.gui.LiOGui
 
locateCacheEntry(int, int) - Method in class lio.util.HierPartition
Locates an entry on the cache and returns its position.
log2 - Static variable in class lio.util.Utils
The natural logarithm of 2.
log2(double) - Static method in class lio.util.Utils
Returns the logarithm of a for base 2.
lowerLimits - Variable in class lio.probdistributions.contchain.MarginalProbabilityVector
Lower limist for the variables

A B C D E F G H I J K L M N O P R S T U V W