Skip to content

harudetakahashi17/CPP_Simulated_Annealing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPP_Simulated_Annealing

Find minimum value from: f(x,y) = (4 - 2.1(x^2) + (x^4)/3) x^2 + xy + (-4 + 4y^2) y^2

This program is not quiet accurate, need to run so many times to get the real minimum value. The real minimum value is about -1.36 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages