-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency to optimsimplex 1.0-7
- Loading branch information
sebastien
authored and
sebastien
committed
Feb 13, 2018
1 parent
cbfe7a3
commit 7c2e152
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Date: $date$ | |
Author: Sebastien Bihorel, Michael Baudin (author of the original | ||
module) | ||
Maintainer: Sebastien Bihorel <[email protected]> | ||
Depends: optimbase (>= 1.0-9), optimsimplex (>= 1.0-5), methods | ||
Depends: optimbase (>= 1.0-9), optimsimplex (>= 1.0-7), methods | ||
Description: Provides several direct search optimization algorithms based on the | ||
simplex method. The provided algorithms are direct search algorithms, i.e. | ||
algorithms which do not use the derivative of the cost function. They are | ||
|