Published June 29, 2023
| Version v1
Other
Open
Star Discrepancy Computation
Authors/Creators
Description
This is our solution for the GECCO star discrepancy competition. We used a modified random search algorithm. The algorithm works by using random search in the first step, then in each other step it performs translations on the best solution so far, resulting in it trying to optimize the best solution it has found. This process is then repeated for several iterations.