Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MAiNGO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AVT-SVT
public
MAiNGO
Commits
cf360155
Commit
cf360155
authored
1 year ago
by
Clara Witte
Browse files
Options
Downloads
Patches
Plain Diff
Release version v0.7.1
parent
6d1ea2f1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ReleaseNotes.txt
+22
-18
22 additions, 18 deletions
ReleaseNotes.txt
cmake/MAiNGOversion.cmake
+1
-1
1 addition, 1 deletion
cmake/MAiNGOversion.cmake
dep/babbase
+1
-1
1 addition, 1 deletion
dep/babbase
with
24 additions
and
20 deletions
ReleaseNotes.txt
+
22
−
18
View file @
cf360155
Release version 0.7.1 (July 26th, 2023):
- Bugfixes:
- Add missing commmit in babbase
Release version 0.7.0 (July 26th, 2023):
- New features & interfaces:
- MAiNGO can also be used in parallel in python (requires package mpi4py)
- MAiNGO is now also available in JuMP
- New features & interfaces:
- MAiNGO can also be used in parallel in python (requires package mpi4py)
- MAiNGO is now also available in JuMP
- Bugfixes:
- in Utility MAiNGOReaderWriter
- in writing into ALE syntax
- in writing into ALE syntax
Release version 0.6.0 (May 26th, 2023):
- New features & interfaces:
- MAiNGO now has a C-API. It mainly expects text input in ALE syntax.
- New algorithm for large parameter estimation problems, see documentation under Parameter estimation
- Updates in ALE syntax
- New features & interfaces:
- MAiNGO now has a C-API. It mainly expects text input in ALE syntax.
- New algorithm for large parameter estimation problems, see documentation under Parameter estimation
- Updates in ALE syntax
- MAiNGO Algorithm:
- Now allowing OBBT to only be done with a probability that decrases exponentially with the depth of the given B&B node
- Minor improvements to rounding heuristic in mixed-integer part that may help find feasible solutions earlier
- Introduced lazy evaluation for quadratic problems
- Added intrinsic function mid(x,y,k), where k is a constant and x and y are variables
- Added intrinsic funciton pinch(x,y,z) = max(x,z)-max(y,z)
- Now allowing OBBT to only be done with a probability that decrases exponentially with the depth of the given B&B node
- Minor improvements to rounding heuristic in mixed-integer part that may help find feasible solutions earlier
- Introduced lazy evaluation for quadratic problems
- Added intrinsic function mid(x,y,k), where k is a constant and x and y are variables
- Added intrinsic funciton pinch(x,y,z) = max(x,z)-max(y,z)
- Bugfixes:
- Fixed bug that could lead to a (incorrectly calculated) negative final optimality gap
- Fixed several minor bugs & compiler errrors/warning on different systems
- Fixed potential segmentation fault im MAiNGO_Reader_Writer
- Fixed bug that could lead to a (incorrectly calculated) negative final optimality gap
- Fixed several minor bugs & compiler errrors/warning on different systems
- Fixed potential segmentation fault im MAiNGO_Reader_Writer
- Misc:
- Added tests for MPI-parallelized version
- Added support for newer CPLEX versions up to 20.1
- Added tests for MPI-parallelized version
- Added support for newer CPLEX versions up to 20.1
- Third-party libraries:
- Upgraded to Pybind11 v2.10.2
...
...
This diff is collapsed.
Click to expand it.
cmake/MAiNGOversion.cmake
+
1
−
1
View file @
cf360155
set
(
MAiNGO_VERSION
0.7.
0
0.7.
1
)
This diff is collapsed.
Click to expand it.
babbase
@
180a0baf
Compare
3b9f338e
...
180a0baf
Subproject commit
3b9f338e6e66e5954500deced43cd3365da05cf9
Subproject commit
180a0baf10b1d0443945c667d8f19de3e72bd43b
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment