#include "minimizer.h"
#include <vector>
#include <stdexcept>
#include "spdlog/spdlog.h"
#include "stats/collection.h"
#include "doctest.h"
Go to the source code of this file.
◆ TEST_CASE()
TEST_CASE |
( |
"minimizer base class minimize" |
| ) |
|
- Test:
- These tests verify that the Minimizer base class
minimize
performs the correct parameter checking and result passing. These are:
- verify the correct size of the initial value
- time the duration for the minimization
- pass the result through unchanged
Definition at line 77 of file minimizer.cpp.
References dismec::solvers::DIVERGED.