# ubuntu **Repository Path**: TuoTou/ubuntu ## Basic Information - **Project Name**: ubuntu - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Samaritan ## Change Log ### 2017/04/13 - bug fixed for MOEA/D variants ### 2017/04/10 - adding HypE ### 2017/04/01 - adding SMS-EMOA (fastest in town) ### 2017/03/22 - adding IBEA ### 2017/03/15 - adding MOEA/D-DRA, MOEA/D-STM and MOEA/D-STM-DRA ### 2017/03/08 - change PLOT from gnuplot to python(mplotlib). Can only plot 2D and 3D objective space. - add offline plot script plot.py, (example: python plot.py _you_folder_contained_medium_FUN_*.out) ### 2017/03/03 - combine int_vector and double_vector into vector - adjust moead structure - remove openMP option (cannot speedup) - add PLOT in analyse.c, calling gnuplot(https://sourceforge.net/projects/gnuplot/files/gnuplot/ ) ### 2017/02/28 - add MOEAD - add openMP option (ATTENTION: Strongly not recomand using openMP with fewer than 8 core) ### 2017/02/27 - change PF format - add PF for dtlz 1-4 (obj 2-7) - change from counting generation to counting evaluation - add DTLZ1-4 - add struct double_vector