christophwaibel / MetaheuristicsLibrary

Library of black-box optimization solvers
GNU General Public License v3.0
1 stars 1 forks source link

Cleanup-Repository #2

Open christophwaibel opened 4 years ago

christophwaibel commented 4 years ago

This repo is a big mess. it contains scripts for the EPlus benchmarking paper, for FLA, for Tuning, HybridAlgos from MetaheuristicRepository...

(1) Make a separate Repository for Tuning (2) Move FLA code to FLA repository (3) code for EPlus benchmarking paper to... don't know where (4) Move Hybrid algorithms to MetaheuristicsRepository repo

(4) MultiObjective.cs needs to become an abstract class. SPEA2 then needs to inherit it.

christophwaibel commented 4 years ago

regarding (1): actually, let's keep the tuner here.

But implement the entire workflow of the tuning process into this solution. Right now, I need to jump to Excel and Matlab.

DOI: 10.1109/CEC.2019.8790261