Skip to content

Commit

Permalink
Merge pull request #36 from harrisonfloam/add-generator-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hiive authored Sep 30, 2024
2 parents 9c5d6ba + 916394b commit 920dc6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mlrose_hiive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from .runners import GARunner, MIMICRunner, RHCRunner, SARunner, NNGSRunner, SKMLPRunner
from .runners import (build_data_filename)
from .generators import (MaxKColorGenerator, QueensGenerator, FlipFlopGenerator, TSPGenerator, KnapsackGenerator,
ContinuousPeaksGenerator)
ContinuousPeaksGenerator, FourPeaksGenerator)

from .samples import SyntheticData
from .samples import (plot_synthetic_dataset)
Expand Down
1 change: 1 addition & 0 deletions mlrose_hiive/generators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
from .queens_generator import QueensGenerator
from .tsp_generator import TSPGenerator
from .continuous_peaks_generator import ContinuousPeaksGenerator
from .four_peaks_generator import FourPeaksGenerator

0 comments on commit 920dc6a

Please sign in to comment.