HyperNEATBoxes.TrialEvaluation.TrialEvaluation C# (CSharp) Method

TrialEvaluation() public method

public TrialEvaluation ( IMLMethod thePhenotype, BoxTrialCase theTest ) : System
thePhenotype IMLMethod
theTest BoxTrialCase
return System
        public TrialEvaluation(IMLMethod thePhenotype, BoxTrialCase theTest)
        {
            this.phenotype = thePhenotype;
            this.test = theTest;
        }