Skip to content
/ jina Public

Genetic and Simulated Annealing Solution for Minimization Problems

License

Notifications You must be signed in to change notification settings

ak811/jina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Jina

Genetic and Simulated Annealing Solution for Minimization Problems


Overview

This project aims to minimize the Cross-in-Tray function using the Genetic Algorithm and Simulated Annealing as optimization methods. The Genetic Algorithm, inspired by natural selection, employs a population of candidate solutions and applies genetic operators such as selection, crossover, and mutation to generate new solutions. On the other hand, the Simulated Annealing algorithm, inspired by the annealing process in metallurgy, explores the solution space through random moves and gradually reduces the temperature to converge to a global optimum. By leveraging these two algorithms, this project seeks to find the lowest possible value of the Cross-in-Tray function, effectively identifying the function's global minimum.


More information about Cross-in-Tray Function


cross-in-tray

About

Genetic and Simulated Annealing Solution for Minimization Problems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages