|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EAException | |
mss.ea.al | This package contains basic skeletons for algorithms. |
mss.ea.core | This package contains some common helper classes. |
mss.ea.eval | Classes for evaluation of individuals. |
mss.ea.ins | This package contains classes for the reinsertion operator. |
mss.ea.mut | This package contains classes for the mutation operator. |
mss.ea.rec | This package contains classes for the recombination operator. |
mss.ea.sel | This package contains classes for the selection operator. |
Uses of EAException in mss.ea.al |
Subclasses of EAException in mss.ea.al | |
class |
AlgorithmProcessingException
|
Methods in mss.ea.al that throw EAException | |
abstract void |
Controller.run()
Deprecated. Runs the algorithm. |
protected abstract void |
Controller.evolve()
Deprecated. Performs one evolution cycle. |
void |
SingleLoopController.run()
Deprecated. Runs the algorithm. |
protected void |
SingleLoopController.evolve()
Deprecated. Performs one evolution cycle. |
protected void |
SingleLoopController.preprocess()
Deprecated. |
protected void |
SingleLoopController.postprocess()
Deprecated. |
protected void |
ThreadController.evolve()
Deprecated. Performs the evolution. |
protected void |
ThreadController.evolveStatic()
Deprecated. Evolves in mode INVOKE_STATIC. |
Uses of EAException in mss.ea.core |
Subclasses of EAException in mss.ea.core | |
class |
SinkOverflowException
Exception for sink overflow events. |
Methods in mss.ea.core that throw EAException | |
IndividualStream |
MergeStreamProcessor.process(StreamGroup sg)
Processes multiple individual streams and merges them into one. |
IndividualStream |
SingleStreamProcessor.process(IndividualStream is)
Processes an individual stream. |
StreamGroup |
SplitStreamProcessor.process(IndividualStream is)
Splits an individual stream into several streams. |
StreamGroup |
MultiStreamProcessor.process(StreamGroup sg)
Processes multiple individual streams. |
Uses of EAException in mss.ea.eval |
Subclasses of EAException in mss.ea.eval | |
class |
EvaluationException
Exception for errors occuring while evaluating an individual. |
class |
FitnessScalingException
Exception for errors occuring while calculating the fitness of an individual. |
class |
ScoreEvaluationException
Exception for errors occuring while evaluating the score of an individual. |
Uses of EAException in mss.ea.ins |
Subclasses of EAException in mss.ea.ins | |
class |
ReinsertionException
Exception for errors appearing while reinserting individuals into a population. |
Uses of EAException in mss.ea.mut |
Subclasses of EAException in mss.ea.mut | |
class |
MutationException
Exception for errors, while performing a mutation. |
Methods in mss.ea.mut that throw EAException | |
Individual |
IndividualMutation.process(Individual i)
|
Individual[] |
IndividualMutation.process(Individual[] ia)
|
java.util.Vector |
IndividualMutation.process(java.util.Vector iv)
|
IndividualStream |
IndividualMutation.process(IndividualStream is)
|
Uses of EAException in mss.ea.rec |
Subclasses of EAException in mss.ea.rec | |
class |
RecombinationException
Exception for errors while recombination. |
Uses of EAException in mss.ea.sel |
Subclasses of EAException in mss.ea.sel | |
class |
SelectionException
Exception for errors occuring while selections. |
Methods in mss.ea.sel that throw EAException | |
IndividualStream |
Selection.process(IndividualStream is)
Calls the select method. |
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |