C# 클래스 SharpNeatGUI.ExperimentInfo

Stores experiment class info. Used by problem domain drop down combobox in GUI to hold details of how to instantiate selected experiments.
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

메소드 설명
ExperimentInfo ( string name, string assemblyPath, string className, XmlElement xmlConfig ) : System

Constructs with the provided experiment info.

ReadExperimentXml ( XmlDocument xmlDoc ) : List

Read an experiments XML file and return the parsed experiments as a list of ExperimentInfo objects.

ReadExperimentXml ( string filepath ) : List

Read an experiments XML file and return the parsed experiments as a list of ExperimentInfo objects.

메소드 상세

ExperimentInfo() 공개 메소드

Constructs with the provided experiment info.
public ExperimentInfo ( string name, string assemblyPath, string className, XmlElement xmlConfig ) : System
name string
assemblyPath string
className string
xmlConfig System.Xml.XmlElement
리턴 System

ReadExperimentXml() 공개 정적인 메소드

Read an experiments XML file and return the parsed experiments as a list of ExperimentInfo objects.
public static ReadExperimentXml ( XmlDocument xmlDoc ) : List
xmlDoc System.Xml.XmlDocument
리턴 List

ReadExperimentXml() 공개 정적인 메소드

Read an experiments XML file and return the parsed experiments as a list of ExperimentInfo objects.
public static ReadExperimentXml ( string filepath ) : List
filepath string
리턴 List