florianjehn / acme

Code for my PhD project. It has the goal of automated construction of hydrological models with the Catchment Modeling Framework using genetic algorithms.
Apache License 2.0
7 stars 3 forks source link

Creating parents with same chance for less and more comples modelx #13

Closed florianjehn closed 6 years ago

florianjehn commented 7 years ago

When creating the parents it should be somehow guaranteed that more complex models are created roughly equal as simple models. This might be accomplished by making the chance of the addition of more layers and connections higher, in regard how many storages and connections the model already has. This helps compensate for the additional tests that are used.

florianjehn commented 7 years ago

Does the current version statisfy this?

florianjehn commented 6 years ago

I guess