Skip to content

Commit

Permalink
Merge pull request #103 from chrhansk/feature-initial-penalty
Browse files Browse the repository at this point in the history
Improve initial penalty value
  • Loading branch information
chrhansk authored Jul 3, 2024
2 parents 42fed97 + 98489e6 commit bbbb8ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "pygradflow"
copyright = "2023, Christoph Hansknecht"
author = "Christoph Hansknecht"
release = "0.5.10"
release = "0.5.11"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pygradflow/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class Params:
using a :py:class:`pygradflow.solver.Solver`
"""

rho: float = 1e2
rho: float = 1e-8

theta_max: float = 0.9
theta_ref: float = 0.5
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pygradflow"
version = "0.5.10"
version = "0.5.11"
description = "PyGradFlow is a simple implementation of the sequential homotopy method to be used to solve general nonlinear programs."
authors = ["Christoph Hansknecht <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit bbbb8ed

Please sign in to comment.