Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisNein committed Nov 4, 2023
1 parent ff5b6e6 commit 02e3ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golem/core/optimisers/random/random_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from golem.core.optimisers.graph import OptGraph
from golem.core.optimisers.objective import Objective, ObjectiveFunction
from golem.core.optimisers.opt_history_objects.individual import Individual
from golem.core.optimisers.opt_history_objects.opt_history import OptHistoryLabels.evolution_results, OptHistoryLabels.initial_assumptions
from golem.core.optimisers.opt_history_objects.opt_history import OptHistoryLabels
from golem.core.optimisers.optimization_parameters import GraphRequirements
from golem.core.optimisers.optimizer import GraphGenerationParams, GraphOptimizer
from golem.core.optimisers.timer import OptimisationTimer
Expand Down

0 comments on commit 02e3ecd

Please sign in to comment.