Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: pass minimizer params in scipy.optimize.differential evolution #13563

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

labay11
Copy link

@labay11 labay11 commented Feb 14, 2021

Reference issue

Closes #13561

What does this implement/fix?

This allows the user to specify the deterministic minimization method for differential_evolution just like
it is done dual_annealing or shgo.

@andyfaff
Copy link
Contributor

I've started a discussion in #13561 to see whether the feature is worth adding.

@rgommers rgommers added scipy.optimize enhancement A new feature or improvement labels Mar 7, 2021
@lucascolley lucascolley added the needs-decision Items that need further discussion before they are merged or closed label Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature or improvement needs-decision Items that need further discussion before they are merged or closed scipy.optimize
Projects
None yet
Development

Successfully merging this pull request may close these issues.

optimize.differential_evolution: possibility to pass parameters to the polish function
4 participants