This is the MATLAB library of the moocore project. This README describes just this component. There is also a moocore C library and command-line tools, moocore Python package and a moocore R package.
DCMOEAs/ ├── runBenchmark.m # Top-level entry point ├── common/ │ ├── Solution.m # Individual representation class │ ├── DynamicProblem.m # Abstract base class for problems │ ├── createConfig.m # ...