#
meta-heuristic
Here are 25 public repositories matching this topic...
python
optimization
artificial-intelligence
meta-heuristic
optimizers
bioinspired
meta-heuristic-optimization
-
Updated
Jul 12, 2021 - Python
Sceki
commented
Jun 9, 2019
Some problems/algorithms seem to have an inconsistent python exposition in terms of types.
For instance, in ../src/problems/dtlz.cpp we have:
dtlz::dtlz(unsigned prob_id, vector_double::size_type dim, vector_double::size_type fdim, unsigned alpha)
But in the ../pygmo/expose_problems_0.cpp it is exposed as:
dtlz_p.def(bp::init<unsigned, unsigned, unsigned, unsigned>
I
A Python implementation of the Ant Colony Optimization Meta-Heuristic
-
Updated
Jun 9, 2021 - Python
Matlab Module for Stock Market Prediction using Simple NN
-
Updated
Aug 5, 2018 - MATLAB
An Ant Colony Optimization algorithm for the Traveling Salesman Problem
-
Updated
Nov 18, 2019 - MATLAB
Open
Parameters migration
FedorSmirnov89
commented
Apr 4, 2018
Migrate and test the Parameters classes from the openDse to the Opt4J project.
A Hyper-Heuristic framework
-
Updated
Jan 3, 2020 - Python
Exact and meta-heuristic algorithms for NP problems
-
Updated
Oct 28, 2019 - Python
-
Updated
May 13, 2021 - Python
Fast and easy solver for a lot of Vehicle Routing constraints
java
algorithms
optimization
solver
constraints
vehicle-routing-problem
vrp
traveling-salesman
meta-heuristic
tsp-problem
-
Updated
Jun 29, 2021 - Java
Meta-heuristic algorithm for Multi-Trip Vehicle Routing Problem with Time Windows
-
Updated
Apr 6, 2021 - Java
Black Widow Optimization implemented in pure Python.
-
Updated
Jan 27, 2021 - Python
Local Search Scheduling with Simulated Annealing
-
Updated
Oct 28, 2015 - Java
Social mimic optimization algorithm and engineering applications (SMO algorithm)
-
Updated
May 19, 2021 - MATLAB
Online selection hyper-heuristic with generic parameter control in low-level heuristics (meta-heuristic).
reinforcement-learning
optimization
traveling-salesman
meta-heuristic
parameter-tuning
hyper-heuristic
meta-heuristics
traveling-salesman-problem
surrogate-based-optimization
hyper-heuristics
parameter-control
-
Updated
May 11, 2020 - TeX
Local searches for continuous optimization implemented in C#
-
Updated
Nov 17, 2017 - C#
ICHEA for Dynamic Constraint Optimization Problems (DCOP)
-
Updated
Sep 16, 2019 - Java
-
Updated
Nov 17, 2020 - Python
-
Updated
Dec 20, 2017 - C++
Codes for Artificial Intelligence: A Very Short Introduction - http://cyberneticsresearch.com/books.html
-
Updated
Oct 25, 2018
K- en yakın komşu algoritması ve sezgisel arama algoritmalarının teknikleri ile melez bir yapı oluşturularak geliştirilmiştir. Meta-Sezgisel algoritma olarak SOS Algoritması kullanılmıştır.
-
Updated
Oct 22, 2020 - MATLAB
Implementation of the PAMELI algorithm for computationally expensive multi-objective optimization
evolutionary-algorithms
meta-heuristic
multi-objective-optimization
surrogate-based-optimization
expensive-cost-functions
-
Updated
Jun 30, 2020 - Python
Prácticas de la Asignatura MH (Meta Heurísticas) del grado en ingeniería informática en la facultad de Granada (ETSIIT).
-
Updated
Oct 30, 2015 - TeX
Improve this page
Add a description, image, and links to the meta-heuristic topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the meta-heuristic topic, visit your repo's landing page and select "manage topics."


I think it would be useful to have a grid search optimizer in this package. But its implementation would probably be quite different from other ones (sklearn, ...).
The requirements are: