Koukyosyumei / MyOptimizer

Implementations of popular optimization & search algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementations of popular optimization & search algorithms

License:Apache License 2.0


Languages

Language:C++ 50.1%Language:Python 49.9%