|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jscience.computing.ai.evolutionary.geneticalgorithms.InvalidGAConfigurationException
public class InvalidGAConfigurationException
Exception thrown when an invalid configuration of genetic algorithm is tried to be used.
For example if you extend a genetic-algorithm class like BinaryCodedGa and you forgot to overwrite evaluateIndividual(...) function, this exception is thrown from the BinaryCodedGa class.
| Constructor Summary | |
|---|---|
InvalidGAConfigurationException(java.lang.String message)
Constructs a new InvalidGAConfigurationException instance with the given error message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidGAConfigurationException(java.lang.String message)
message - An error message describing the reason this exception is being thrown.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||