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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input an initial guess #14

Closed
CharlyEmpereurmot opened this issue May 22, 2019 · 1 comment
Closed

Input an initial guess #14

CharlyEmpereurmot opened this issue May 22, 2019 · 1 comment

Comments

@CharlyEmpereurmot
Copy link

Hello Paul,

Thank you for this nice piece of code 馃憤
Is it possible to feed the algorithm with an initial guess ? Or can you think of some clues to implement this ?

@paulknysh
Copy link
Owner

Hi,

Typically, "black-box" means that we don't know much about function, not even initial guess. That's why method doesn't support that. Instead, all we can guess about is the ranges of each parameter. Therefore, if you have some initial guess, all I can recommend for now is to set these ranges around your guess.

It is possible to add initial guess into the code. One would need to add some hacks into lines 87-93.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants