Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updeprecate argument 'constraint' in bbs() #36
Comments
|
We now discourage using |
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up|
We now discourage using |
As @hofnerb pointed out that
bbs()with argumentconstraintshould not be used for decreasing or increasing effects, this argument should be deprecated.Instead
bmono()can be used.Consider an example where the true function is not monotonic:
@Almond-S