MCPcopy Create free account
hub / github.com/dartsim/dart / TEST

Function TEST

tests/integration/test_MultiObjectiveOptimization.cpp:171–178  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

169
170//==============================================================================
171TEST(ZDT1, Basic)
172{
173#if HAVE_PAGMO
174 PagmoMultiObjectiveSolver pagmoSolver;
175 testZDT1(pagmoSolver);
176 testZDT1Generic(pagmoSolver);
177#endif
178}
179
180//==============================================================================
181class MinimalMOProblem : public MultiObjectiveProblem

Callers

nothing calls this directly

Calls 6

testZDT1Function · 0.85
testZDT1GenericFunction · 0.85
MinimalMOProblemClass · 0.85
setSolutionDimensionMethod · 0.80
getSolutionDimensionMethod · 0.80

Tested by

no test coverage detected