phrb / NODAL.jl

NODAL is an Open Distributed Autotuning Library in Julia
Other
36 stars 5 forks source link

Overhaul Parameter Type System #26

Open phrb opened 7 years ago

phrb commented 7 years ago

Modify the Parameter and Configuration types to support "conditional parameters", that is, parameters that are added or removed depending on other parameters's values.

This will be useful for Genetic Algorithm configuration, for example, where multiple strategies can be used, each with its own parameters.