optimisation-algorithms
There are 89 repositories under optimisation-algorithms topic.
grinisrit/noa
Differentiable Programming Algorithms in Modern C++
MDCHAMP/FreeLunch
Meta-heuristic optimisation suite for python
alpsayin/genetic-algorithm-matlab
A very simple Genetic Algorithm implementation for matlab, easy to use, easy to modify runs fast.
worthant/Higher-Mathematics
:notebook_with_decorative_cover: This repository is for storing my Higher Mathematics learning journey
MehakArora/Robust-PCA-with-ADMM
Performing Foreground Detection in videos using RPCA with ADMM algorithm
gagolews/lmlcr
Lightweight Machine Learning Classics with R (Book Draft)
0xpranjal/Breast-cancer-prediction
Breast cancer detection using 4 different models i.e. Logistic Regression, KNN, SVM, and Decision Tree Machine Learning models and optimizing them for even a better accuracy.
kennethleungty/Simulated-Annealing-Feature-Selection
Feature Selection using Simulated Annealing
mikediessner/nubo
NUBO is a Bayesian optimisation framework for the optimisation of expensive-to-evaluate black-box functions developed by the Fluid Dynamics Lab at Newcastle University.
s-simoncelli/optirustic
Multi-objective optimisation framework in Rust
ivanmrsulja/direct-search-optimisation-sim
Interactive demo of Hooke_Jeeves and Powell algorithms used for direct-search function optimisation.
jradha11/genetic_algorithm
Application of genetic algorithm in feature selection.
sandyspiers/branch_and_price_template
A quick template for branch and price prototypes
SneaksAndData/anti-clustering
A Python library for anti-clustering algorithms
TSG405/Algorithmic-Toolbox-UC-San-Diego
This Repo contains - Starter files, Coursework, Programming Assignments for the Master Algorithmic Programming Techniques Specialization Course -- offered by UC San Diego, Coursera.
htjb/maxsmooth
Constrained Derivative Function Optimisation
th-rpy/jackson_job_shop_scheduling
PyJackson:Implementation of a mathematical model in Python to solve an assignment problem in Job Shop environments. With its respective Gantt chart.
arg0naut91/muRty
Implementation of Murty's algorithm for k-best assignments
FarshidKeivanian/A-novel-hybrid-fuzzy-metaheuristic-approach-for-multimodal-multi-objective-optimization-problems
MultiObjectiveFAEICA-Algorithm (Multi-objective fuzzy adaptive optimisation approach)
FernandoGaGu/Ant-Colony-Optimisation
Ant-based optimisation framework implemented in Cython/Python for graphs exploration.
selevit/Simplex-Method
Simplex method C++ implementation (a student work)
shahkv95/Optimise.me
This repository is created to focus on code optimisation. Today in the world of programming, where everywhere - everything is getting coded. It is very important to write optimised code. We need to focus on various complexities involved.
QGoGithub/Machine_Learning_QResearch
Machine Learning Techniques to extract useful forecasts, conclusions and decision making in Quant Finance
aviral36/RWHOptimiser
RWH optimisation using advanced OR techniques. Project built during national finals of Smart India Hackathon 2019. Team Six Nearest Neighbors. For AM2, Goldman Sachs.
Curovearth/Two_Spiral_Problem
The two-spiral Problem solved using the Stochastic Gradient Descent optimiser.
dzonimn/Zoolia.jl
Julia implementations of various animal-inspired optimizers
nicleejy/Where-Got-TimeTable
An NUS timetable generator which uses a genetic algorithm to optimise timetables to suit the needs of NUS students. (Project submission for Hack&Roll 2022)
pratikdaga12/portfolio-risk-management
This is a masters project completed by My Team & I the project is based portfolio risk management which calculated using Value at Risk and optimization of the portfolio using the best weights available
zkavtaskin/Lead-Time-Driven-Delivery-Simulation
This repository attempts to find team configuration, work size, team member capacity and backlog order that delivers work at the lowest lead time possible.
ada-k/DeepLearningArchitectures
Implementations of various deep learning architectures + extra theoretical information
ishan-gupt/Optimization-Techniques
Optimization Techniques Lab Dump
Nikitha2309/Single-And-Multi-Objective-Problems-Solving
Single Objective Problems & Multi Objective Problems Solving using GAMS
sandyspiers/branch_and_bound_template
A structured and quick-to-implement template for your branch and bound prototypes!