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

added branch and bound #76

Merged
merged 8 commits into from
Apr 18, 2022
Merged

added branch and bound #76

merged 8 commits into from
Apr 18, 2022

Conversation

lucaferranti
Copy link
Member

No description provided.

@lucaferranti
Copy link
Member Author

function f(x, y) = x + y over domain [-1, 1] x [-1, 1].

before the gradient check

julia> @btime enclose($f, $X, $ba)
  388.900 μs (10229 allocations: 327.64 KiB)
[-2, 2]

after gradient check

julia> @btime enclose($f, $X, $ba)
  1.300 μs (29 allocations: 1.22 KiB)
[-2, 2]

src/algorithms.jl Outdated Show resolved Hide resolved
src/branchandbound.jl Outdated Show resolved Hide resolved
src/branchandbound.jl Show resolved Hide resolved
Project.toml Show resolved Hide resolved
Co-authored-by: Christian Schilling <git@christianschilling.net>
src/branchandbound.jl Outdated Show resolved Hide resolved
src/branchandbound.jl Show resolved Hide resolved
src/branchandbound.jl Show resolved Hide resolved
Co-authored-by: Marcelo Forets <mforets@gmail.com>
Copy link
Member

@mforets mforets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, lgtm after fixing CI

@mforets mforets merged commit bcc69c8 into master Apr 18, 2022
@mforets mforets deleted the lf-branchandbound branch April 18, 2022 16:37
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.

3 participants