Skip to content

Implementations of popular optimization & search algorithms

License

Notifications You must be signed in to change notification settings

Koukyosyumei/MyOptimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyOptimizer

This repository aims to implement various optimization and search algorithms.

name code cpp python
A* code O O
Backtracking code O O
Local search code O X
Simplex code X O
GD code X O
Newton's method code X O