LeanOptimization icon indicating copy to clipboard operation
LeanOptimization copied to clipboard

genes definition could allow tupples

Open ebengtso opened this issue 7 years ago • 1 comments
trafficstars

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 .

ebengtso avatar Dec 10 '17 13:12 ebengtso

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?

jameschch avatar Apr 29 '20 06:04 jameschch