Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
-
Updated
Jul 16, 2022 - Python
8000
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Efficient Ceph placement optimization, aiming for maximum storage capacity through equal OSD utilization.
Generators for Combinatorial Optimization
ArchGeo library code for the paper "Discrete Orthogonal Structures"
Web app with Streamlit and FastAPI
The Simplex method is an approach to solving linear programming models by hand using slack and pivot variables, also tableaus as a means to finding the optimal solution of an optimization problem. The current implementation uses python language.
A simple eigenvalue solver + optimizer to calculate and reduce the growth rate of a pressure-driven instability in fusion devices
Models the discrete, single-machine, multi-item, single-level lot sizing problem via mixed integer programming
This project aims to recommend effective deployment locations for police emergency response cars.
The Alchemist uses a pool of optimization algorithms and machine learning models to search for viable glass compositions for a given glass transition temperature (Tg) value.
Modelling and opitimization of a chemotherapy medical regimen using CPLEX and Gurobi.
This repository contains the code examples of the book "Einführung in Optimierungsmodelle" ("Introduction to Optimization Models") (Sudermann-Merx, 2023)
solving Random 3-SAT(Boolean satisfiability problem) using simulated annealing.
Simple material parameter estimator tool using Mitsuba 3 and Dr.Jit.
Two different solutions for the assignment problem using the GLPK solver and the greedy algorithm.
Optimisation linéaire : application à un problème d'affectation
A "farm" of multiobjective benchmark problems exhibiting real-world structure and corresponding ParMOO solver scripts
Solving NP-Complete problems using Genetic Algorithms and Evolution Strategy for my Computational Intelligence course. In the first problem, I have solved the Steiner Tree Problem using Genetic Algorithms. The second problem is an optimization problem, I have implemented an ES algorithm to find the global minimum of the Eggholder function. For t…
This repository is about Multiple Courier Planning Problem a well-known NP-hard problem.
Travelling salesman visualization with pygame.
Add a description, image, and links to the optimization-problem topic page so that developers can more easily learn about it.
To associate your repository with the optimization-problem topic, visit your repo's landing page and select "manage topics."