Last updated:
0 purchases
roulette wheel and sus
TODO: this package has been created for using from "Roulette Wheel" and "SUS" (Stochastic universal sampling) method in computational intelligence like genetic, evolutionary strategy and etc algorithms
Getting started #
TODO: get your dataset and convert to dart class. then craete instance from [Roulette Wheel] or [SUS] class and call "spin" method
Usage #
TODO: create or get your dataset from csv or database or etc.
after convert it to dart class then get fitness of each class(individual) by evaluation function you have created
then send the list of your items that have been created of id and fitness about each individual to your selected algorithm like [SUS] or [Roulette Wheel]
note: your '''id''' can be custom type. That identifier is which class you have selected
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.