Skip to content

Commit

Permalink
placate flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 28, 2017
1 parent 66e8634 commit 8ebd4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Solid/StochasticHillClimb.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class StochasticHillClimb:

def __init__(self, initial_state, temp, max_steps, max_objective=None):
"""
:param initial_state: initial state of hill climbing
:param max_steps: maximum steps to run hill climbing for
:param temp: temperature in probabilistic acceptance of transition
Expand Down

0 comments on commit 8ebd4bc

Please sign in to comment.