Skip to content

KristofferK/optimization-hill-climbing-mini-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Optimization: Hill Climbing Mini project

Using c# we want to be able to find the global maxima from three different optimization problems. This is done using an iterative hill climber. All the problems for this project will be two dimensional.

The problems

  • P1.
  • P2.
  • Reverse Ackley.

P1

The fitness to this problem is described as P1 function

P1

P2

The fitness to this problem is described as P2 function

P2

Reverse Ackley

Reverse Ackley is the opposite of the following function: Ackley

About

Mini project for an iterative hill climber. School project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages