Scientific Software
Updated 6 months ago

Chips-n-Salsa — Peer-reviewed • Rank 7.7 • Science 98%

Chips-n-Salsa: A Java Library of Customizable, Hybridizable, Iterative, Parallel, Stochastic, and Self-Adaptive Local Search Algorithms - Published in JOSS (2020)

Scientific Software
Updated 6 months ago

GATree — Peer-reviewed • Rank 6.5 • Science 98%

GATree: Evolutionary decision tree classifier in Python - Published in JOSS (2024)

Scientific Software
Updated 6 months ago

GKNAP — Peer-reviewed • Rank 3.1 • Science 93%

GKNAP: A Java and C++ package for solving the multidimensional knapsack problem - Published in JOSS (2019)

Updated 6 months ago

paper_bergonti_2022_tro_kinematics-control-morphingcovers • Rank 3.7 • Science 67%

Supplementary Material "Modeling and Control of Morphing Covers for the Adaptive Morphology of Humanoid Robots" published in IEEE Transactions on Robotics 2022

Updated 6 months ago

galibrate • Rank 6.3 • Science 54%

Parameter estimation and model calibration using Genetic Algorithm optimization in Python.

Updated 6 months ago

thompson • Rank 5.7 • Science 54%

Thompson is Python package to evaluate the multi-armed bandit problem. In addition to thompson, Upper Confidence Bound (UCB) algorithm, and randomized results are also implemented.

Updated 6 months ago

gaudi • Rank 5.3 • Science 54%

GaudiMM: A modular optimization platform for molecular design

Updated 6 months ago

genepro • Rank 5.1 • Science 54%

A baseline implementation of genetic programming (using trees to encode programs) with some examples of usage.

Updated 6 months ago

moldrug • Rank 9.8 • Science 44%

moldrug (AKA mouse) is a Python package for drug-oriented optimization on the chemical space ​

Updated 6 months ago

GA • Rank 16.6 • Science 26%

An R package for optimization using genetic algorithms

Updated 6 months ago

NMOF • Rank 15.4 • Science 26%

Functions, examples and data from the first and the second edition of "Numerical Methods and Optimization in Finance" by M. Gilli, D. Maringer and E. Schumann (2019, ISBN:978-0128150658). This repository mirrors https://gitlab.com/NMOF/NMOF .

Updated 5 months ago

https://github.com/ZenSam7/Easy_My_AI • Rank 0.7 • Science 26%

Библиотека для создания ИИ, написана ПОЛНОСТЬЮ с нуля

Updated 5 months ago

https://github.com/anselmoo/rbf_networkfitting • Rank 2.5 • Science 23%

Radial-Basis-Function-Network for solving the 1D- and 2D-minimization problem

Updated 5 months ago

https://github.com/citiususc/citius-invaders • Rank 4.3 • Science 13%

An old-style HTML5 arcade game for teaching genetic algorithms to kids, made with PhaserJS

Updated 6 months ago

genetic-delivery-man • Science 44%

🚚 A genetic model written in Python for minimizing the delay time of delivery routes.(使用Python编写的用于最小化物流配送时间的遗传算法。)

Updated 6 months ago

air-traffic-distribution • Science 39%

A GPU-Accelerated Multi-Objective Genetic Algorithm for Air Traffic Management

Updated 6 months ago

adversarial-attack-method-based-on-iga • Science 67%

Neural Network Adversarial Attack Method Based on Improved Genetic Algorithm

Updated 6 months ago

huawei-delivery-optimization • Science 44%

🚚 "2021 Huawei Delivery Optimization Competition" - Using a genetic model to minimize the multi-vehicle transportation cost with vehicle capacity constraints.(“2021华为配送优化竞赛” - 使用遗传算法在车辆运力限制下最小化多车辆的运输成本。)

Updated 6 months ago

mechanic-miner-2023 • Science 57%

Mixed-initiative co-creative game design tool that creates game mechanics by exploring the source code of your Unity game project

Updated 6 months ago

modifiedga • Science 67%

Modified version of a genetic algorithm developed for optimization problems with correlated variables.

Updated 6 months ago

org.cicirello • Science 57%

Code and experiment data from the paper: "On Fitness Landscape Analysis of Permutation Problems: From Distance Metrics to Mutation Operator Selection"

Updated 6 months ago

flama • Science 67%

This code adjusts interatomic potentials from a reference database of atomic structures and their corresponding DFT energies. For the calculation of energies from atomic positions, it uses the GULP or LAMMPS program via an interface. The adjustment of the potentials is done by means of a genetic algorithm. The code has been tested for the calculation of interatomic potentials of perovskites PbCs(Br,I,Cl)3 and Pb(MA,FA,Cs)(Br,I)3. The calculation of the reference database of energies and geometries was calculated using the VASP code.

Updated 6 months ago

propulate • Science 75%

Propulate is an asynchronous population-based optimization algorithm and software package for global optimization and hyperparameter search on high-performance computers.

Scientific Software
Updated 6 months ago

APGG - A Modular C++ Framework for Asymmetric Public Goods Games — Peer-reviewed • Science 100%

APGG - A Modular C++ Framework for Asymmetric Public Goods Games - Published in JOSS (2023)

Scientific Software · Peer-reviewed
Updated 5 months ago

PyDrugLogics: A Python Package for Predicting Drug Synergies Using Boolean Models • Science 93%

PyDrugLogics: A Python Package for Predicting Drug Synergies Using Boolean Models - Published in JOSS (2025)

Updated 6 months ago

pygeneticalgorithms • Science 67%

This repository implements a genetic algorithm (GA) in Python3 programming language, using only Numpy and Joblib as additional libraries. It provides a basic StandardGA model as well as a more advanced IslandModelGA that evolves in parallel several different populations..