sleipnirgroup-jormungandr 0.0.1.dev462__cp310-cp310-macosx_14_0_universal2.whl → 0.0.1.dev463__cp310-cp310-macosx_14_0_universal2.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- jormungandr/_jormungandr.cpython-310-darwin.so +0 -0
- jormungandr/cpp/docstrings.hpp +7 -5
- jormungandr/optimization/__init__.pyi +2 -1
- {sleipnirgroup_jormungandr-0.0.1.dev462.dist-info → sleipnirgroup_jormungandr-0.0.1.dev463.dist-info}/METADATA +1 -1
- {sleipnirgroup_jormungandr-0.0.1.dev462.dist-info → sleipnirgroup_jormungandr-0.0.1.dev463.dist-info}/RECORD +8 -8
- {sleipnirgroup_jormungandr-0.0.1.dev462.dist-info → sleipnirgroup_jormungandr-0.0.1.dev463.dist-info}/LICENSE.txt +0 -0
- {sleipnirgroup_jormungandr-0.0.1.dev462.dist-info → sleipnirgroup_jormungandr-0.0.1.dev463.dist-info}/WHEEL +0 -0
- {sleipnirgroup_jormungandr-0.0.1.dev462.dist-info → sleipnirgroup_jormungandr-0.0.1.dev463.dist-info}/entry_points.txt +0 -0
Binary file
|
jormungandr/cpp/docstrings.hpp
CHANGED
@@ -693,7 +693,8 @@ mathematical form and it'll be converted for them.)doc";
|
|
693
693
|
static const char *__doc_slp_Problem_Problem = R"doc(Construct the optimization problem.)doc";
|
694
694
|
|
695
695
|
static const char *__doc_slp_Problem_add_callback =
|
696
|
-
R"doc(Adds a callback to be called at each solver
|
696
|
+
R"doc(Adds a callback to be called at the beginning of each solver
|
697
|
+
iteration.
|
697
698
|
|
698
699
|
The callback for this overload should return void.
|
699
700
|
|
@@ -701,7 +702,8 @@ Parameter ``callback``:
|
|
701
702
|
The callback.)doc";
|
702
703
|
|
703
704
|
static const char *__doc_slp_Problem_add_callback_2 =
|
704
|
-
R"doc(Adds a callback to be called at each solver
|
705
|
+
R"doc(Adds a callback to be called at the beginning of each solver
|
706
|
+
iteration.
|
705
707
|
|
706
708
|
The callback for this overload should return bool.
|
707
709
|
|
@@ -3098,7 +3100,7 @@ Parameter ``matrix_callbacks``:
|
|
3098
3100
|
Matrix callbacks.
|
3099
3101
|
|
3100
3102
|
Parameter ``iteration_callbacks``:
|
3101
|
-
The list of iteration
|
3103
|
+
The list of callbacks to call at the beginning of each iteration.
|
3102
3104
|
|
3103
3105
|
Parameter ``options``:
|
3104
3106
|
Solver options.
|
@@ -3149,7 +3151,7 @@ Parameter ``matrix_callbacks``:
|
|
3149
3151
|
Matrix callbacks.
|
3150
3152
|
|
3151
3153
|
Parameter ``iteration_callbacks``:
|
3152
|
-
The list of iteration
|
3154
|
+
The list of callbacks to call at the beginning of each iteration.
|
3153
3155
|
|
3154
3156
|
Parameter ``options``:
|
3155
3157
|
Solver options.
|
@@ -3285,7 +3287,7 @@ Parameter ``matrix_callbacks``:
|
|
3285
3287
|
Matrix callbacks.
|
3286
3288
|
|
3287
3289
|
Parameter ``iteration_callbacks``:
|
3288
|
-
The list of iteration
|
3290
|
+
The list of callbacks to call at the beginning of each iteration.
|
3289
3291
|
|
3290
3292
|
Parameter ``options``:
|
3291
3293
|
Solver options.
|
@@ -360,7 +360,8 @@ class Problem:
|
|
360
360
|
|
361
361
|
def add_callback(self, callback: Callable[[IterationInfo], bool]) -> None:
|
362
362
|
"""
|
363
|
-
Adds a callback to be called at each solver
|
363
|
+
Adds a callback to be called at the beginning of each solver
|
364
|
+
iteration.
|
364
365
|
|
365
366
|
The callback for this overload should return bool.
|
366
367
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sleipnirgroup-jormungandr
|
3
|
-
Version: 0.0.1.
|
3
|
+
Version: 0.0.1.dev463
|
4
4
|
Summary: A linearity-exploiting sparse nonlinear constrained optimization problem solver that uses the interior-point method.
|
5
5
|
License: Copyright (c) Sleipnir contributors
|
6
6
|
|
@@ -1,16 +1,16 @@
|
|
1
1
|
jormungandr/__init__.py,sha256=0MOh1_NCDMO8wCiUOsvXRsfdKd5PesipWIi4G9leEV0,154
|
2
2
|
jormungandr/__init__.pyi,sha256=pwQ9tOAXG2iEGd6i9QIBnON0ynPHIdcHf9aoNCcmGR0,101
|
3
|
-
jormungandr/_jormungandr.cpython-310-darwin.so,sha256=
|
3
|
+
jormungandr/_jormungandr.cpython-310-darwin.so,sha256=GShsAQrUXbI3nPwRd0HNsBtTHGm2jE6QO0uAX2by5lE,2116032
|
4
4
|
jormungandr/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
jormungandr/autodiff/__init__.py,sha256=I2e8ciE5IppQ72nNCepqHz6yIZHUlLXMk54AfvJirwc,1416
|
6
6
|
jormungandr/autodiff/__init__.pyi,sha256=vUsbibOahtnNqOuC0rYjRWufZeq-99GeO1bC73E0ozA,62206
|
7
7
|
jormungandr/control/__init__.py,sha256=Gd7IGIh8mTsW5cjWwHxHpd1nhcjMIdbOqrAs7cvLUVY,37
|
8
8
|
jormungandr/cpp/binders.hpp,sha256=X1_f22P4m-wvT91xO4-iJNWiR1uDxgNAMqC91LN_-AQ,1638
|
9
|
-
jormungandr/cpp/docstrings.hpp,sha256=
|
9
|
+
jormungandr/cpp/docstrings.hpp,sha256=cO1a6gslxYNNXqSP8wjFFenG7VxbKQFj349MbbaKOCI,101436
|
10
10
|
jormungandr/cpp/main.cpp,sha256=ctz6_8909dfurpEXifglIooC5NNvj7E6mGbCfBUvYMQ,3333
|
11
11
|
jormungandr/cpp/try_cast.hpp,sha256=9fWt3z0NRNIXzBv020sD5ffDvyJomTjnSoS2RwZOdwM,1286
|
12
12
|
jormungandr/optimization/__init__.py,sha256=xYtHMhKtD4vQdi_XwGIUek8w8RIaqIA8gBgLYmv1SkE,1281
|
13
|
-
jormungandr/optimization/__init__.pyi,sha256=
|
13
|
+
jormungandr/optimization/__init__.pyi,sha256=PCH91N8BTFTxp3mlkaBrbnZxzIaxGYNJrgvHqwmxAQI,11666
|
14
14
|
jormungandr/test/cart_pole_util.py,sha256=zbxlK_pOZRZeEf6NfRiJNH1y-70tTQYQfEiETBpu_qI,2667
|
15
15
|
jormungandr/test/differential_drive_util.py,sha256=XSsGMGhA8zC-i74WgqWhycdCGUBGb6iFxEv6grj8lVs,1238
|
16
16
|
jormungandr/test/rk4.py,sha256=5VLagmfxpqTGKWgvXOfsoGPFxjt_ppqd9l8GkAl79l4,586
|
@@ -48,8 +48,8 @@ jormungandr/test/optimization/quadratic_problem_test.py,sha256=oF1WIeY1aHrODMN2q
|
|
48
48
|
jormungandr/test/optimization/trivial_problem_test.py,sha256=Hox6MlGCi0sJwm3dqJGxLtpZODEXclnPVRtDHVnnvqg,1473
|
49
49
|
jormungandr/cpp/optimization/solver/bind_exit_status.cpp,sha256=ut9osJieWERaqLM67S1DH5qqRBGCktDa2Lrd9o9svv0,1440
|
50
50
|
jormungandr/cpp/optimization/solver/bind_iteration_info.cpp,sha256=o5BvqW6BkZb4FlTx_ZTN6yVOFhEecLfRQeuGqty1DoU,1091
|
51
|
-
sleipnirgroup_jormungandr-0.0.1.
|
52
|
-
sleipnirgroup_jormungandr-0.0.1.
|
53
|
-
sleipnirgroup_jormungandr-0.0.1.
|
54
|
-
sleipnirgroup_jormungandr-0.0.1.
|
55
|
-
sleipnirgroup_jormungandr-0.0.1.
|
51
|
+
sleipnirgroup_jormungandr-0.0.1.dev463.dist-info/LICENSE.txt,sha256=GO2ESyxbSNqb8hIL18kdV__AfVOlBY3CRXgXLxGamp0,1465
|
52
|
+
sleipnirgroup_jormungandr-0.0.1.dev463.dist-info/METADATA,sha256=glD0SNtC6wdmAoTb91PSG1pgM9frRrANTYmCyVXhcMI,12411
|
53
|
+
sleipnirgroup_jormungandr-0.0.1.dev463.dist-info/WHEEL,sha256=yeInA7i3eJWbKg49RLa1hulOTYE3ZqmV0UqwwtJDbkU,106
|
54
|
+
sleipnirgroup_jormungandr-0.0.1.dev463.dist-info/entry_points.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
55
|
+
sleipnirgroup_jormungandr-0.0.1.dev463.dist-info/RECORD,,
|
File without changes
|
File without changes
|