C# Class Encog.Solve.Genetic.GeneticError

Caused by errors detected by the Encog genetic code.
Inheritance: EncogError
Mostrar archivo Open project: encog/encog-silverlight-core

Public Methods

Method 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 method

Pass on an exception.
public GeneticError ( Exception e ) : System
e System.Exception The other exception.
return System

GeneticError() public method

Construct a message exception.
public GeneticError ( String str ) : System
str String The message.
return System

GeneticError() public method

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