🍀 Own proposal of Selection Algorithm: Logarithmic Weighted Random Selector; choose a random element of a list; but the closer the element is to the start is more probability to appear, based on logarithmic scale.
python algorithms proposal genetic-algorithm selector exponential selection-algorithms logarithm metaheuristics logarithmic-random-ponderated-selector
- Updated
Mar 9, 2025 - Python