jameschch / LeanOptimization

Genetic optimization using LEAN
Apache License 2.0
50 stars 14 forks source link

genes definition could allow tupples #28

Open ebengtso opened 6 years ago

ebengtso commented 6 years ago

I was wondering if it makes sense to instead of declaring genes like [{name:"face-eyes",min:1,max:10},{name:"face-ear",min:2,max:20}] we could have something like {"name":"face",value:"{1-10},{2-20}"}.

It could facilitate the configuration of signals that have too many parameters. I have created a signal that has at least 10 different indicators and each one with its own thresholds .

jameschch commented 4 years ago

I have had this same problem with a multitude of parameters. This is one of the reasons I made a UI for editing configuration here: https://optimizer.ml/Config

Maybe you can let me know how you get on with this?