Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
rename maxBoost to boostStrength in hotgym example
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuwei Cui committed Dec 21, 2016
1 parent a313b73 commit e195103
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/opf/clients/hotgym/simple/model_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@

'synPermInactiveDec': 0.005,

# maxBoost controls the strength of boosting. It should be a
# a number greater or equal than 1.0. No boosting is applied if
# maxBoost=1.0. Boosting encourages efficient usage of SP columns.
'maxBoost': 3.0,
# boostStrength controls the strength of boosting. It should be a
# a number greater or equal than 0.0. No boosting is applied if
# boostStrength=0.0. Boosting encourages efficient usage of SP columns.
'boostStrength': 3.0,
},

# Controls whether TP is enabled or disabled;
Expand Down

0 comments on commit e195103

Please sign in to comment.