示例#1
0
void TestEvolutionaryAlgorithm::test_get_mean_norm_history(void)
{
   message += "test_get_mean_norm_history\n";

   EvolutionaryAlgorithm ea;

   Vector<double> mean_norm_history = ea.get_mean_norm_history();

   assert_true(mean_norm_history.get_size() == 0, LOG);
}