MachineLearningLifeScience / poli

A library of discrete objectives
MIT License
13 stars 1 forks source link

Changing the black box info from static to dynamic #199

Closed miguelgondu closed 1 month ago

miguelgondu commented 3 months ago

Currently, our black box information is a static property. This is causing some issues with problems for which e.g. the maximum length is computed dynamically (FoldX-related black boxes).

How should we change it? Should it be dynamic?