MachineLearningLifeScience / poli

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

Implement `get_problem_collections` #173

Closed miguelgondu closed 5 months ago

miguelgondu commented 6 months ago

Add a method that returns collections of problems. Collections are interesting subsets that share e.g. domains. One could think of a "chemistry" or a "proteins" collection.

These collections would return instances of problems.

miguelgondu commented 5 months ago

One way to call problem collections is... benchmarks. I plan to implement a poli.benchmarks module.