There are 0 repository under optmization topic.
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.
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.
A long list of .NET (micro) optimizations I've picked up along my development journey ranging from easy method overloads, to niche IL manipulation.
A spatial optmization library for covering problems.
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...
Fix Stutter in Games (Disable GameBarPresenceWriter). Windows 10/11
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.
Introduction to Facial Micro Expressions Analysis Using Color and Depth Images (a Matlab Coding Approach) - Second Edition (2023)
Simulating a Supply Chain using Simpy
ECS-API is a ECS API framework, built to be very performing yet lightweight and easy to use
A Python implementation of the Simplex algorithm for solving linear programming problems from scratch
Implemementação de uma otimização bayesiana aplicada a uma rede neural convolucional.
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.
Combinatorial Optimization problems with quickly good solving.
Runtime graphics optimization library (C# / C++ / Unity )
Optimal Trajectory Generation in the Duckietown Environment
Unlimited async operation with python
This sustainable e-commerce website is created in the course Specialization in Web Technologies.
Simple yet efficient tweaking tool for low end pc/laptop to boost Gaming Experience
Linear Programming Problem Solver
This repositories include python version of the optimization algorithm which is proposed by Mirjalili, and I did some modifications based on the original code.
C library implementing KMeans++ and SymNMF algorithms, fully compatible with Python.
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"
Our 2-2 Project on Algorithm Design and Analysis Course
A Python library for solving Markov Decision Processes (MDPs).
Implementation of a hybrid hyperparameter optimization framework integrating evolutionary strategies, probabilistic modeling, and meta-learning for enhanced model training on tasks like MNIST classification.
This is Optimized version of Sieve of Eratosthenes to find first N prime number.
Multi-Objective Optimization of 3 output functions based on 5 input variables using epsilon-constraint method in Pyomo. [developed using ChatGPT July 20 Version]
A C++ implementation of the meta-heuristic based on Grey Wolves
Simplest caching implementation in Spring
Using a neural network model to create a classifier and optimising the model by applying for-loop method.
Given an opponents Pokemon team, this will return the Pokemon most likely to beat the opponenet team in battle.