C# Class Encog.Solve.Genetic.GeneticError

Caused by errors detected by the Encog genetic code.
Inheritance: EncogError
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
GeneticError ( Exception e ) : System

Pass on an exception.

GeneticError ( String str ) : System

Construct a message exception.

GeneticError ( String msg, Exception e ) : System

Pass on an exception.

Method Details

GeneticError() public méthode

Pass on an exception.
public GeneticError ( Exception e ) : System
e System.Exception The other exception.
Résultat System

GeneticError() public méthode

Construct a message exception.
public GeneticError ( String str ) : System
str String The message.
Résultat System

GeneticError() public méthode

Pass on an exception.
public GeneticError ( String msg, Exception e ) : System
msg String The message.
e System.Exception The exception.
Résultat System