org.encog.ml.genetic
Class GeneticError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.encog.EncogError
-
- org.encog.ml.genetic.GeneticError
-
- All Implemented Interfaces:
- java.io.Serializable
public class GeneticError extends EncogError
An error raised by the genetic algorithm.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description GeneticError(java.lang.String msg)Construct a message exception.GeneticError(java.lang.String msg, java.lang.Throwable t)Construct an exception that holds another exception.GeneticError(java.lang.Throwable t)Construct an exception that holds another exception.
-
-
-
Constructor Detail
-
GeneticError
public GeneticError(java.lang.String msg)
Construct a message exception.- Parameters:
msg- The exception message.
-
GeneticError
public GeneticError(java.lang.String msg, java.lang.Throwable t)Construct an exception that holds another exception.- Parameters:
msg- A message.t- The other exception.
-
GeneticError
public GeneticError(java.lang.Throwable t)
Construct an exception that holds another exception.- Parameters:
t- The other exception.
-
-
DMelt 3.0 © DataMelt by jWork.ORG