Skip to content

Use maxfuncevals in BBO solve dispatch instead of maxsteps #138

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

Merged
merged 1 commit into from
Jun 15, 2021

Conversation

Vaibhavdixit02
Copy link
Member

When using data with BBO because of num of function calls (hence callback calls) was not set to maxiters (length of data) it was iterating through the data and erroring out.

@codecov
Copy link

codecov bot commented Jun 15, 2021

Codecov Report

Merging #138 (a1a1627) into master (2590083) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #138   +/-   ##
=======================================
  Coverage   87.30%   87.30%           
=======================================
  Files           3        3           
  Lines         386      386           
=======================================
  Hits          337      337           
  Misses         49       49           
Impacted Files Coverage Δ
src/solve.jl 82.06% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b043f65...a1a1627. Read the comment docs.

@Vaibhavdixit02 Vaibhavdixit02 merged commit 2993fb7 into master Jun 15, 2021
@Vaibhavdixit02 Vaibhavdixit02 deleted the cbargs branch June 15, 2021 05:39
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

Successfully merging this pull request may close these issues.

1 participant