GeneticAlgorithmParameters.Selection Property
public IGeneticSelection Selection {get; set;}
This language is not supported or no code example is available.
public:
property IGeneticSelection^ Selection {
IGeneticSelection^ get( );
void set(
IGeneticSelection^ value
);
}
This language is not supported or no code example is available.
public function get Selection() : IGeneticSelection;
public function set Selection(value : IGeneticSelection);
This language is not supported or no code example is available.