#include <shark/Algorithms/DirectSearch/Operators/Hypervolume/HypervolumeCalculatorMD.h>
#include <shark/Algorithms/DirectSearch/Operators/Hypervolume/HypervolumeCalculatorMDWFG.h>
#include <shark/Core/Timer.h>
#include <shark/Core/Random.h>
#include <iostream>
Go to the source code of this file.
Functions | |
std::vector< RealVector > | createRandomFront (std::size_t numPoints, std::size_t numObj, double p) |
int | main (int argc, char **argv) |
std::vector<RealVector> createRandomFront | ( | std::size_t | numPoints, |
std::size_t | numObj, | ||
double | p | ||
) |
Definition at line 9 of file hypervolume_algorithms.cpp.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 26 of file hypervolume_algorithms.cpp.
References createRandomFront(), and shark::Timer::stop().