We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55e389 commit e9139c4Copy full SHA for e9139c4
tests/local_test_performance/local_test_global_opt.py
@@ -2,6 +2,8 @@
2
from tqdm import tqdm
3
import numpy as np
4
5
+from surfaces.test_functions.mathematical import RastriginFunction
6
+
7
from gradient_free_optimizers import (
8
RandomSearchOptimizer,
9
RandomRestartHillClimbingOptimizer,
0 commit comments