MachineLearningLifeScience / poli

Protein Objectives Library
MIT License
12 stars 1 forks source link

Black boxes should keep track of seeds #167

Open miguelgondu opened 3 months ago

miguelgondu commented 3 months ago

More often than not, it is black boxes the ones who should be seeding. We should add a seed: int = None kwarg to the abstract black box, and modify all current black-boxes to seed if something was passed.