Random Search
The Random Search method offers a search algorithm in which both variables and base functions are fully randomized. This method is slower and takes more time than the Randomly Iterated Search method, but the solution is unlimited due to the randomization process. The algorithm will not stop searching by itself and can only be stopped manually by pressing the ESC key. This method allows for unlimited search time.