Skip to content

Evolutionary Multi-objective Optimization (EMO) with CHIM+ bounds.

Notifications You must be signed in to change notification settings

chudur-budur/oemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oemo

Some experiments with outer-extreme-points (CHIM+ bounds) injection based EMO (Evolutionary Multi-objective Optimization) algorithm. This experiment has two parts --

  1. onsga2r: The CHIM+ bounds injection based on NSGA-II. See here for details on how to compile and run an experiment.

  2. moeadex: This part is the CHIM+ bounds injection based on MOEAD. This part is based on the jMetal library. See here for details on how to compile and run an experiment.