7 skills found
Dada-Tech / CasionoRoulette Table Simulator: test various gambling styles over 1x, 10x, 50x bets
sajan-caissa / Virtual Machine VM Consolidation Using Roulette Wheel Selection Strategy Genetic AlgorithmVM consolidation using genetic algorithm strategy implemented using cloudsim
spinsightai / RouletteAiPredictionSpinSight Roulette AI Is a powerful machine-learning model trained on thousands of hours of Roulette gameplay, analyzes real-time ball trajectory and wheel mechanics faster than humanly possible. Proven to predict outcomes with remarkable consistency. Backed by real-world results.
amarjitdhillon / Find Shortest Path Using Generic Algorithm In MATLABObjective of this project was to select minimum cost path for sending packets from router A to router B such that all routers are traversed, hence this problem is different to Travelling Salesmen Problem (TSP), where Intermediate nodes can be left off. Initial location for all routers was randomly generated in 3-D space. Hinged upon initially generated locations, distance amidst them is computed using Euclidian formula which serves as Fitness function. Initial Population was selected using Roulette wheel selection using aforementioned Fitness function. Then Crossover was computed if, Probability of crossover. Pc > (Randomly generated probability) using two-point crossover. After this initial population was updated and mutation was done if Pm > (Randomly generated probability). Best chromosome was computed using max fitness function and Inversion / Swapping / Sliding was done on 2nd,3rd,4th chromosome, while 1st chromosome was passed as such using Elite Selection method to preserve best chromosome (Solution in this case). User have laxity to enter number of initial routers, size of initial population and number of iterations for Genetic algorithm to simulate. This method was named as MGA (Modified Genetic Algorithm) and it’s performance was juxtaposed with SGA (Simple Genetic Algorithm) where Initial Selection / Fitness function / Crossover / Mutation method deployed were computed differently using same set of routers co-ordinates used for SGA. Results were shown using six simulation Graphs, three for each case.
kaantoprakk / Roulette AnimationRoulette animation and cheat panel !
arashdn / Genetic AlgorithmMulti-variable equation solver using genetic algorithm, generating charts and tables, supporting both tournament and roulette wheel and many other features
easwaranramamurthy / Genetic Algorithm For Fantasy Soccer DraftsThis is an implementation of a classic Genetic algorithm which uses a combination of roulette wheel and elitist selection, mutation and crossover to generate a draft fantasy soccer team. The fitness function is based on player value and previous gameweek scores