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 .
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?
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 .