Skip to content

Commit

Permalink
fix: move back NodeSampler to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Nov 3, 2024
1 parent 4a7bf35 commit 8e438ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SymbolicRegression.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export Population,
TemplateStructure,
ValidVector,
ComposableExpression,
NodeSampler,
AbstractExpression,
AbstractExpressionNode,
EvalOptions,
Expand Down Expand Up @@ -165,7 +166,7 @@ using Compat: @compat, Fix
AbstractOptions, AbstractRuntimeOptions, RuntimeOptions,
AbstractMutationWeights, mutate!, condition_mutation_weights!,
sample_mutation, MutationResult, AbstractSearchState, SearchState,
NodeSampler, LOSS_TYPE, DATA_TYPE, node_type,
LOSS_TYPE, DATA_TYPE, node_type,
)
)
#! format: on
Expand Down

0 comments on commit 8e438ca

Please sign in to comment.