piotr-muzyka / NSGA

Non-Dominated Sorting Algorithm as Bicriterial Optimization Method with constraints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSGA Build Status

Non-Dominated Sorting Algorithm as Bicriterial Optimization Method with constraints

Goals

  • Create application to solve bicriterial optimization problem with constraints (NSGA-II)
  • Allow user to input two goal functions with up to 5 variables as string ('f(x1,x2,x3,x4,x5)')
  • Allow user to define max. 5 constraints
  • Plot set expression and Pareto-optimized solution vector
  • (additionally) create GUI

About

Non-Dominated Sorting Algorithm as Bicriterial Optimization Method with constraints

License:GNU General Public License v2.0


Languages

Language:C++ 99.7%Language:QMake 0.3%Language:C 0.0%