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

Delete all unnecesarry genes from the genome before calling the template #23

Closed florianjehn closed 6 years ago

florianjehn commented 6 years ago

The use of the template is way easier, if only those genes are forwarded to it, which really are expressed. For example a beta parameter can only be expressed if the matching connection exists. Or a connection can only exist when the storages exists which it is meant to connect.

florianjehn commented 6 years ago

But how best archieve this?

florianjehn commented 6 years ago

All cases for non active genes are:

florianjehn commented 6 years ago

Done