facebookresearch / nevergrad

A Python toolbox for performing gradient-free optimization
https://facebookresearch.github.io/nevergrad/
MIT License
3.92k stars 352 forks source link

Add convergence criteria #1438

Open teytaud opened 2 years ago

teytaud commented 2 years ago

Types of changes

Motivation and Context / Related issue

User request

How Has This Been Tested (if it applies)

Checklist

jrapin commented 2 years ago

It would be simpler / more tunable / more independent if we use callbacks https://github.com/facebookresearch/nevergrad/blob/ac86807021ced16ff18a80b8f271f9a853946237/nevergrad/optimization/callbacks.py#L307-L359