Skip to content

Commit

Permalink
Deduplicate nodes in docstring (#2110)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #2110

 ---

Created from CodeHub with https://fburl.com/edit-in-codehub

Reviewed By: Balandat

Differential Revision: D52372382

fbshipit-source-id: abe31be3309257bd5cd7da64d39ac5dc3398fee2
  • Loading branch information
saitcakmak authored and facebook-github-bot committed Dec 22, 2023
1 parent e48043d commit ec8781e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ax/modelbridge/generation_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ class GenerationStrategy(GenerationStrategyInterface):
described in the `trials_per_model` argument.
Args:
nodes: A list of `GenerationNode` describing a graphical representation
of the generation strategy. Either, but not both, of `nodes` and `steps`
must be provided.
nodes: A list of `GenerationNode`. Each `GenerationNode` in the list
represents a single node in a `GenerationStrategy` which, when
composed of `GenerationNodes`, can be conceptualized as a graph instead
Expand Down

0 comments on commit ec8781e

Please sign in to comment.