Skip to content

CoderrDu/tdeadp--MOEA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-DEA-DP

This project implements a surrogate-assisted evolutionary algorithm, called -DEA-DP, for expensive multi-obejctive optimziation. This algorithm maintains two deep neural networks as surrogates, one for Pareto dominance prediction and another for -dominance prediction. Through a two-stage preselection strategy, the two classification-based surrogates interact with a multi-objective evolutionary optimization process in order to select promising solutions for function evaluation.

Dependencies

This project requires

  • Python (>= 3.6)
  • NumPy (>= 1.13.3)
  • Pytorch (>= 1.4.0)
  • DEAP (>= 1.3.1)
  • pymop (>= 0.2.4)
  • optproblems (>= 1.3)
  • matplotlib (>= 3.1.3)

Example

An example is provided under the folder examples/ which demonstrates how to run the algorithm on a specific multi-objective optimization problem.

Contact

For questions and feedback, please contact [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%