C# Класс Encog.Solve.Genetic.GeneticError

Caused by errors detected by the Encog genetic code.
Наследование: EncogError
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GeneticError() публичный Метод

Pass on an exception.
public GeneticError ( Exception e ) : System
e System.Exception The other exception.
Результат System

GeneticError() публичный Метод

Construct a message exception.
public GeneticError ( String str ) : System
str String The message.
Результат System

GeneticError() публичный Метод

Pass on an exception.
public GeneticError ( String msg, Exception e ) : System
msg String The message.
e System.Exception The exception.
Результат System