Class to hold the values to control the algorithm, mainly the way that recombination of niches inside the ecosystem is done
Class to hold the values to control the algorithm, mainly the way that recombination of niches inside the ecosystem is done.The parameters kept in this class are described below.
An object of this class is to be shared throughout all the ecosystem's objects components, because the data that it keeps can be used in many different classes. For this reason, it uses the reference counting idiom.