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

Add configuration interface #2

Open
longemen3000 opened this issue Apr 17, 2019 · 1 comment
Open

Add configuration interface #2

longemen3000 opened this issue Apr 17, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@longemen3000
Copy link
Owner

is necessary to add a configuration interface, to define tolerance, max iterations, and other things

@longemen3000 longemen3000 added the enhancement New feature or request label Apr 17, 2019
@longemen3000
Copy link
Owner Author

i'm thinking how to implement this, for now i've added two options via kwargs in the solver

  • verbose::Bool=false : prints what the alg is doing (working on it)
  • test_phase::HelmholtzPhase=nothing you can pass an an initial point and checks if the point is a feasible starting point (working, maybe change name?)
  • local_iters::Int =10*length(x) controls the amount of local optimizations

tolerance is a feasible option to add, iterations is similar to local_iters (change name to local_iterations?)
Other feasible option is to shutdown the global optimizer.

longemen3000 added a commit that referenced this issue Nov 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant