cpp_reps

C++ project to compare search of different design representations against a target static shape, and later against a physical function.

Search methods used: nelder mead, gradient descent, EM and CMAES.

Representations


Representation Comparison

Comparison Criteria

Target Images

All target Images are 100*100


Example Best Results


dft progress


Dependencies

Similar to cpp_starter:

Building

From the project's root directory,

mkdir build cd build cmake .. make

Tips:

Running

From the build directory,

cpp_frep/cpp_frep cpp_dnn/cpp_dnn cpp_dft/cpp_dft cpp_voxel/cpp_voxel