optframe / optframe

OptFrame - C++17 (and C++20) Optimization Framework in Single or Multi-Objective. Supports classic metaheuristics and hyperheuristics: Genetic Algorithm, Simulated Annealing, Tabu Search, Iterated Local Search, Variable Neighborhood Search, NSGA-II, Genetic Programming etc. Examples for Traveling Salesman, Vehicle Routing, Knapsack Problem, etc.
https://optframe.readthedocs.io
MIT License
68 stars 9 forks source link

Fixing some missing includes #10

Closed rodoufu closed 5 years ago

igormcoelho commented 5 years ago

I guess some files were changed due to crlf differences... i need to fix that before merging.

igormcoelho commented 5 years ago

Ok, much cleaner now, few changes.