MCPcopy Create free account
hub / github.com/FreeFem/FreeFem-sources / douMax

Function douMax

plugin/seq/cmaes.cpp:3136–3136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3134static int intMin(int i, int j) { return i < j ? i : j; }
3135
3136static double douMax(double i, double j) { return i > j ? i : j; }
3137
3138static double douMin(double i, double j) { return i < j ? i : j; }
3139

Callers 3

cmaes_UpdateDistributionFunction · 0.85
cmaes_TestForTerminationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected