Skip to content

MToP v1.4

Compare
Choose a tag to compare
@intLyc intLyc released this 02 Jun 16:48
· 27 commits to master since this release
  • New features:
    • Draw dynamic Dec and Obj of populations during optimization in the Test Module
    • Pause and Stop buttons can now respond in time by clicking on both the Test and Experiment Module
    • Figures sample numbers in the Test Module can be modified, and figures can be exported
    • Algorithm and Problem objects can be input in the command line running e.g. "mto(MFEA(), CMT1());"
  • New Algorithms:
    • CEDA (Constrained Single-objective Multitask SWEC24)
    • MTEA-D-TSD (Multi-objective Multitask GECCO24)
    • Global-GA (Single-objective Single-task TEVC24)
    • KLDE and KLPSO (Single-objective Single-task TEVC23)
    • Other classical algorithms: RVEA (MO-ST), SMS-EMOA (MO-ST), IPOP-CMA-ES (SO-ST)
  • New Problems:
    • Classical Single-Objective Functions with any dimension setting
  • Fix some bugs.