Skip to content

multi-objective optimization using multi-start scalar algorithm (Chebyshev norm method)

Notifications You must be signed in to change notification settings

AsahiR/multiObj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

内容

チェビシェフノルム法と自然進化戦略を組み合わせたマルチスタートスカラー化戦略で簡単な多目的最適問題をとく.

問題

$$f_1 = x_1^2 + x_2^2 - x_1 * x_2 - x_1 - x_2 + 1 f_2 = x_1^2 + x_2^2 + x_1 * x_2 + 2x_1 + 4x_2 + 4 minimize (f_1, f_2)$$

About

multi-objective optimization using multi-start scalar algorithm (Chebyshev norm method)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published