Pinned Repositories
clustering
Clustering using Cellular Genetic Algorithms
clustering-1
Library for performing spectral clustering in C++
gaft
A Genetic Algorithm Framework in Python
gaga
GAGA is a lightweight, header only, multi-objective, and parallel genetic algorithm library written in modern C++. It is designed to be easily usable with various genotype representations and allows the user to enable or disable several features such as novelty search or speciation. It also produces various customizable stats.
GALGO-2.0
Genetic Algorithm in C++ with template metaprogramming and abstraction for constrained optimization
GridGA
Genetic algorithm designed to wrap an existing executable or script, and run on a Condor compute cluster (grid). Written in C++.
Interview-Notebook
:books: 技术面试需要掌握的基础知识整理
MachineLearning
C++ framework that implements machinelearning algorithms (clustering, dimension reducing, genetic algorithms)
matvec-sparse
Sparse matric-vector multiplication using MPI
ParallelTSP
A parallelised genetic algorithm to solve the TSP across multiple machines.
Anan8's Repositories
Anan8/clustering
Clustering using Cellular Genetic Algorithms
Anan8/clustering-1
Library for performing spectral clustering in C++
Anan8/gaft
A Genetic Algorithm Framework in Python
Anan8/gaga
GAGA is a lightweight, header only, multi-objective, and parallel genetic algorithm library written in modern C++. It is designed to be easily usable with various genotype representations and allows the user to enable or disable several features such as novelty search or speciation. It also produces various customizable stats.
Anan8/GALGO-2.0
Genetic Algorithm in C++ with template metaprogramming and abstraction for constrained optimization
Anan8/GridGA
Genetic algorithm designed to wrap an existing executable or script, and run on a Condor compute cluster (grid). Written in C++.
Anan8/Interview-Notebook
:books: 技术面试需要掌握的基础知识整理
Anan8/MachineLearning
C++ framework that implements machinelearning algorithms (clustering, dimension reducing, genetic algorithms)
Anan8/matvec-sparse
Sparse matric-vector multiplication using MPI
Anan8/ParallelTSP
A parallelised genetic algorithm to solve the TSP across multiple machines.
Anan8/SA-GA
Anan8/simulate-annealing-algorithm
模拟退火算法实现tsp最短路径问题
Anan8/simulated-annealing-tsp
Simulated Annealing algorithm to solve Travelling Salesmen Problem in Python
Anan8/timetabling-ga-mpi-openmp
Timetabling problem solved with genetic algorithm using MPI and OpenMP