Dynamic view distance based on MSPT. Paper and above.
-
Updated
Apr 17, 2023 - Java
Dynamic view distance based on MSPT. Paper and above.
This project is about using artificial intelligence and parallel processing power to solve a difficult task scheduling problem
LagAssist source code, but with gradle.
Solution aux exercices Mars Lander 2 & 3 proposés par la plateforme Codingame.
Using the Roundabout-Simulation-Library, the model of the roundabout Dornbirn North will be implemented and provided to run optimisations afterwards.
A tool designed for the simulation of mobile network technologies, specifically 3G and 4G, facilitating the planning, sizing, and optimization of network resources
Solves the discrete, single-machine, multi-item, single-level lot sizing problem via graph algorithms
Multi-Objective Continuous Optimisation Problems
Analysis of market data in context of optimising SBE-Aeron stack
The simulated annealing algorithm started with a random route and got a random number for the route. When the number is smaller and equal to the probability function, it will proceed to the adjacent route. If the adjoining route is larger than the current route, it will still proceed to the next route until it gets the shortest adjacent route. I…
Hashcode 2017 - Google algorithm competition
The nearest neighbor algorithm gets the shortest route from the initial course whenever generating the result. It will always check for the journey to reduce one city from the way, which is the shortest route, and then it will run again for the remaining cities until it gets the best result. It follows the pattern until there are no remaining ci…
Eclipse-based tool for optimal configuration of software product lines
Distributed Information System that manages operations, generates its optimal schedule, evaluates its metrics, tracks all activity in real-time, provides chat room, sends notifications.
Information system that manages operations, generates its optimal schedule, evaluates its metrics, tracks events in real-time, provides instant messaging, sends notifications
Project for compressing bitmap images
In implementing the ant colony optimization algorithm, the developer has used 500 ants and 8 US-based cities to calculate the shortest route for the TSP. The developer found out that the number of ants does not affect finding the shortest route. They also observed that the number of cities does not increase the time to calculate the shortest rou…
Add a description, image, and links to the optimisation topic page so that developers can more easily learn about it.
To associate your repository with the optimisation topic, visit your repo's landing page and select "manage topics."