Hydraulic/Hydro.CommonBase/IChromosome.cs @@ -24,6 +24,8 @@ void Evaluate(IFitnessFunction function); bool isValid(); bool _valid { get; set; } }