optmization
There are 50 repositories under optmization topic.
gemseo/gemseo
Generic Engine for Multi-disciplinary Scenarios, Exploration and Optimization. This is a MIRROR of our gitlab repository, the development activity and support happen over there.
yudhisteer/Reinforcement-Learning-for-Supply-Chain-Management
The goal of the project was to design the logistic model of autonomous robots that would supply garment parts from the Cutting Dept to the Makeup Dept in the shortest time possible and using the most optimized path.
nikouu/dotnet-optimization-cheatsheet
A long list of .NET (micro) optimizations I've picked up along my development journey ranging from easy method overloads, to niche IL manipulation.
apulverizer/allagash
A spatial optmization library for covering problems.
discocube/weaver
Algorithm for solving the Hamiltonian cycle problem deterministically and in linear time on all instances of discocube graphs (tested for graphs with over 8 billion vertices). Discocube graphs are 3-dimensional grid graphs derived from: a polycube of an octahedron | a Hauy construction of an octahedron with cubes as identical building blocks...
emadadel4/Fix-Stutter-in-Games
Fix Stutter in Games (Disable GameBarPresenceWriter). Windows 10/11
SeyedMuhammadHosseinMousavi/Introduction-to-Facial-Micro-Expressions-Analysis-Using-Color-and-Depth-Images-a-Matlab-Coding-Appr
Introduction to Facial Micro Expressions Analysis Using Color and Depth Images (a Matlab Coding Approach) - Second Edition (2023)
nilostolte/Sudoku
Simple 9x9 Sudoku brute force solver with intrinsic parallel candidate set processing using bits to represent digits in the [1, 9] range, and bitwise operations to test a candidate against the candidate set, all at once.
arpitamangal/supply-chain-bullwhip-effect
Simulating a Supply Chain using Simpy
KabalMcBlade/ECS-API
ECS-API is a ECS API framework, built to be very performing yet lightweight and easy to use
Pegah-Ardehkhani/Simplex-from-Scratch
A Python implementation of the Simplex algorithm for solving linear programming problems from scratch
toniesteves/cnn-bayesian-optimization
Implemementação de uma otimização bayesiana aplicada a uma rede neural convolucional.
dichaves/disciplinas-web
User-friendly management system for graduation students at Brazilian public universities to optimise their choice of classes to take in the upcoming and following semesters, until they graduate.
igormcsouza/pymetaheuristics
Combinatorial Optimization problems with quickly good solving.
intfloatbool/ifb-lib-optimization
Runtime graphics optimization library (C# / C++ / Unity )
pepes97/Optimal-trajectory-generation-in-the-Duckietown-environment
Optimal Trajectory Generation in the Duckietown Environment
abdulrahman-mh/unlimited-async
Unlimited async operation with python
fahad-git/green-market-place
This sustainable e-commerce website is created in the course Specialization in Web Technologies.
GokulSamraj/Hell-Scapes-Tweaking-Tool
Simple yet efficient tweaking tool for low end pc/laptop to boost Gaming Experience
PranavPutsa1006/Optimization
Optimization Algorithms implemented in Python
sindhusweety/Linear-Programming-Problem-Solver
Linear Programming Problem Solver
7zaa/Mirjalili-GWO-python
This repositories include python version of the optimization algorithm which is proposed by Mirjalili, and I did some modifications based on the original code.
abomokh/Kmeans-symNMF
C library implementing KMeans++ and SymNMF algorithms, fully compatible with Python.
oguztoragay/ML4JS
This code has been used in the paper titled: "How Do Machine Learning Models Perform in Predicting the Solution Time for Optimization Problems? Case of Job Shop Scheduling Problem"
RaiyanMahin/Algorithm-Design-and-Analysis-Project
Our 2-2 Project on Algorithm Design and Analysis Course
Wa-lead/CacheKing
Caching analysis tool
zi-ang-liu/mdptools
A Python library for solving Markov Decision Processes (MDPs).
abhishek72340/weekday
candidate applicaton platform/react-redux
adityyaraj/Smart-Hyperparameter-Tuning-with-Optimization
Implementation of a hybrid hyperparameter optimization framework integrating evolutionary strategies, probabilistic modeling, and meta-learning for enhanced model training on tasks like MNIST classification.
ankitjha2603/optimized-version-of-Sieve-of-Eratosthenes
This is Optimized version of Sieve of Eratosthenes to find first N prime number.
armiro/MOO-with-Pyomo
Multi-Objective Optimization of 3 output functions based on 5 input variables using epsilon-constraint method in Pyomo. [developed using ChatGPT July 20 Version]
CasuallyPassingBy/Grey-Wolf-Optimizer-cpp
A C++ implementation of the meta-heuristic based on Grey Wolves
LucasDiasJorge/Spring-Cache-implementation
Simplest caching implementation in Spring
LynHJ/NeuralNetworkModel-Predictor
Using a neural network model to create a classifier and optimising the model by applying for-loop method.
pmalen327/pokemonOptimizer
Given an opponents Pokemon team, this will return the Pokemon most likely to beat the opponenet team in battle.