Skip to content

Commit

Permalink
Rewrite of descent step computation
Browse files Browse the repository at this point in the history
Now intersecting polyhedron before backtracking.
Additionally: Simplication(?) of some types.
  • Loading branch information
manuelbb-upb committed Mar 6, 2024
1 parent 96e9e1e commit f1386c2
Show file tree
Hide file tree
Showing 27 changed files with 1,513 additions and 868 deletions.
2 changes: 1 addition & 1 deletion docs/literate_src/rbf_database_callback.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function Compromise.evaluate_stopping_criterion(
crit.mod = mod
crit.active = false
else
Compromise._copyto_model!(mod, crit.mod)
Compromise.universal_copy_model!(mod, crit.mod)
crit.active = false
end
return nothing
Expand Down
Loading

0 comments on commit f1386c2

Please sign in to comment.