facebookresearch / facebookresearch/nevergrad
scipy-minimize should be reentrant
Open
- Dominant language
- Python
- Stars
- 4.2k
- Forks
- 371
- PR merge metrics
- No merged PRs in 30d
Description
Long term issue: scipy-minimize is not thread-safe, preventing us form various parallelizations.
Hints are mentioned here: https://github.com/scipy/scipy/issues/9658
Contributor guide
Research direction
Start by reading the hints in scipy/scipy#9658, then trace the scipy-minimize integration and how it is invoked during parallel work. Done means the integration is reentrant and thread-safe, with tests demonstrating that concurrent optimization can proceed without interference.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100