53 results for “topic:optmization”
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...
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
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.
ECS-API is a ECS API framework, built to be very performing yet lightweight and easy to use
Optimal Trajectory Generation in the Duckietown Environment
Combinatorial Optimization problems with quickly good solving.
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.
Runtime graphics optimization library (C# / C++ / Unity )
Unlimited async operation with python
Linear Programming Problem Solver
Optimization Algorithms implemented in Python
In this episode, we look at a few different ways of improving the speed of a page. There are many paths to take. Some of them leaves a lot of optimizations on the table, whereas others are premature and adds complexity.
No description provided.
Simple yet efficient tweaking tool for low end pc/laptop to boost Gaming Experience
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"
A C++ implementation of the meta-heuristic based on Grey Wolves
Modern, modular LaTeX CV template designed for ATS-optimized resumes, version control, and easy customization of professional experience, skills, and certifications.
This is a React performance improvement, made by switching default <img> tags with lazy load version of them, using a library (check package.json)
TSP Optimization at asymetric problem
Resolução do Traveling Salesman Problem (TSP) de forma inteira utilizando o Branch-and-Bound e o algorítimo Hungaro
Caching analysis tool
Interface to Omni-optimizer heuristic by Deb and Tiwari.
Given an opponents Pokemon team, this will return the Pokemon most likely to beat the opponenet team in battle.