Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
b331495f
Commit
b331495f
authored
Mar 19, 2019
by
Marion Goedel
Browse files
Added reference for Nelder-Mead convergence criterion.
parent
772e574d
Pipeline
#99001
passed with stages
in 130 minutes and 42 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
VadereSimulator/src/org/vadere/simulator/models/osm/optimization/NelderMeadConvergenceChecker.java
View file @
b331495f
...
...
@@ -40,6 +40,9 @@ public class NelderMeadConvergenceChecker implements RealConvergenceChecker {
}
@Override
/** Convergence criterion according to sivers-2013 (p.34) / nelder-1965 p.309
*
*/
public
boolean
converged
(
final
int
iteration
,
final
RealPointValuePair
previous
,
final
RealPointValuePair
current
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment