C# 클래스 SharpNeat.Core.AuxFitnessInfo

Auxiliary fitness info, i.e. for evaluation metrics other than the primary fitness metric but that nonetheless we are interested in observing.
파일 보기 프로젝트 열기: colgreen/sharpneat

공개 프로퍼티들

프로퍼티 타입 설명
_name string
_value double

공개 메소드들

메소드 설명
AuxFitnessInfo ( string name, double value )

Construct with the provided name-value pair.

메소드 상세

AuxFitnessInfo() 공개 메소드

Construct with the provided name-value pair.
public AuxFitnessInfo ( string name, double value )
name string
value double

프로퍼티 상세

_name 공개적으로 프로퍼티

Auxiliary metric name.
public string _name
리턴 string

_value 공개적으로 프로퍼티

Auxiliary metric value.
public double _value
리턴 double