sleipnirgroup-jormungandr 0.0.1.dev461__cp311-cp311-win_amd64.whl → 0.0.1.dev463__cp311-cp311-win_amd64.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.cp311-win_amd64.pyd +0 -0
- jormungandr/cpp/docstrings.hpp +7 -45
- jormungandr/optimization/__init__.pyi +2 -1
- {sleipnirgroup_jormungandr-0.0.1.dev461.dist-info → sleipnirgroup_jormungandr-0.0.1.dev463.dist-info}/METADATA +1 -1
- {sleipnirgroup_jormungandr-0.0.1.dev461.dist-info → sleipnirgroup_jormungandr-0.0.1.dev463.dist-info}/RECORD +8 -8
- {sleipnirgroup_jormungandr-0.0.1.dev461.dist-info → sleipnirgroup_jormungandr-0.0.1.dev463.dist-info}/LICENSE.txt +0 -0
- {sleipnirgroup_jormungandr-0.0.1.dev461.dist-info → sleipnirgroup_jormungandr-0.0.1.dev463.dist-info}/WHEEL +0 -0
- {sleipnirgroup_jormungandr-0.0.1.dev461.dist-info → sleipnirgroup_jormungandr-0.0.1.dev463.dist-info}/entry_points.txt +0 -0
Binary file
|
jormungandr/cpp/docstrings.hpp
CHANGED
@@ -144,22 +144,10 @@ derivatives in them.
|
|
144
144
|
Returns:
|
145
145
|
The gradient as a VariableMatrix.)doc";
|
146
146
|
|
147
|
-
static const char *__doc_slp_Gradient_get_profilers =
|
148
|
-
R"doc(Returns the profiler.
|
149
|
-
|
150
|
-
Returns:
|
151
|
-
The profiler.)doc";
|
152
|
-
|
153
147
|
static const char *__doc_slp_Gradient_m_g = R"doc()doc";
|
154
148
|
|
155
149
|
static const char *__doc_slp_Gradient_m_jacobian = R"doc()doc";
|
156
150
|
|
157
|
-
static const char *__doc_slp_Gradient_set_profiler_name =
|
158
|
-
R"doc(Sets main profiler name.
|
159
|
-
|
160
|
-
Parameter ``name``:
|
161
|
-
Main profiler name.)doc";
|
162
|
-
|
163
151
|
static const char *__doc_slp_Gradient_value =
|
164
152
|
R"doc(Evaluates the gradient at wrt's value.
|
165
153
|
|
@@ -199,12 +187,6 @@ derivatives in them.
|
|
199
187
|
Returns:
|
200
188
|
The Hessian as a VariableMatrix.)doc";
|
201
189
|
|
202
|
-
static const char *__doc_slp_Hessian_get_profilers =
|
203
|
-
R"doc(Returns the profilers.
|
204
|
-
|
205
|
-
Returns:
|
206
|
-
The profilers.)doc";
|
207
|
-
|
208
190
|
static const char *__doc_slp_Hessian_m_H = R"doc()doc";
|
209
191
|
|
210
192
|
static const char *__doc_slp_Hessian_m_cached_triplets = R"doc()doc";
|
@@ -213,18 +195,10 @@ static const char *__doc_slp_Hessian_m_graphs = R"doc()doc";
|
|
213
195
|
|
214
196
|
static const char *__doc_slp_Hessian_m_nonlinear_rows = R"doc()doc";
|
215
197
|
|
216
|
-
static const char *__doc_slp_Hessian_m_profilers = R"doc()doc";
|
217
|
-
|
218
198
|
static const char *__doc_slp_Hessian_m_variables = R"doc()doc";
|
219
199
|
|
220
200
|
static const char *__doc_slp_Hessian_m_wrt = R"doc()doc";
|
221
201
|
|
222
|
-
static const char *__doc_slp_Hessian_set_profiler_name =
|
223
|
-
R"doc(Sets main profiler name.
|
224
|
-
|
225
|
-
Parameter ``name``:
|
226
|
-
Main profiler name.)doc";
|
227
|
-
|
228
202
|
static const char *__doc_slp_Hessian_value =
|
229
203
|
R"doc(Evaluates the Hessian at wrt's value.
|
230
204
|
|
@@ -374,12 +348,6 @@ derivatives in them.
|
|
374
348
|
Returns:
|
375
349
|
The Jacobian as a VariableMatrix.)doc";
|
376
350
|
|
377
|
-
static const char *__doc_slp_Jacobian_get_profilers =
|
378
|
-
R"doc(Returns the profilers.
|
379
|
-
|
380
|
-
Returns:
|
381
|
-
The profilers.)doc";
|
382
|
-
|
383
351
|
static const char *__doc_slp_Jacobian_m_J = R"doc()doc";
|
384
352
|
|
385
353
|
static const char *__doc_slp_Jacobian_m_cached_triplets = R"doc()doc";
|
@@ -388,18 +356,10 @@ static const char *__doc_slp_Jacobian_m_graphs = R"doc()doc";
|
|
388
356
|
|
389
357
|
static const char *__doc_slp_Jacobian_m_nonlinear_rows = R"doc()doc";
|
390
358
|
|
391
|
-
static const char *__doc_slp_Jacobian_m_profilers = R"doc()doc";
|
392
|
-
|
393
359
|
static const char *__doc_slp_Jacobian_m_variables = R"doc()doc";
|
394
360
|
|
395
361
|
static const char *__doc_slp_Jacobian_m_wrt = R"doc()doc";
|
396
362
|
|
397
|
-
static const char *__doc_slp_Jacobian_set_profiler_name =
|
398
|
-
R"doc(Sets main profiler name.
|
399
|
-
|
400
|
-
Parameter ``name``:
|
401
|
-
Main profiler name.)doc";
|
402
|
-
|
403
363
|
static const char *__doc_slp_Jacobian_value =
|
404
364
|
R"doc(Evaluates the Jacobian at wrt's value.
|
405
365
|
|
@@ -733,7 +693,8 @@ mathematical form and it'll be converted for them.)doc";
|
|
733
693
|
static const char *__doc_slp_Problem_Problem = R"doc(Construct the optimization problem.)doc";
|
734
694
|
|
735
695
|
static const char *__doc_slp_Problem_add_callback =
|
736
|
-
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.
|
737
698
|
|
738
699
|
The callback for this overload should return void.
|
739
700
|
|
@@ -741,7 +702,8 @@ Parameter ``callback``:
|
|
741
702
|
The callback.)doc";
|
742
703
|
|
743
704
|
static const char *__doc_slp_Problem_add_callback_2 =
|
744
|
-
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.
|
745
707
|
|
746
708
|
The callback for this overload should return bool.
|
747
709
|
|
@@ -3138,7 +3100,7 @@ Parameter ``matrix_callbacks``:
|
|
3138
3100
|
Matrix callbacks.
|
3139
3101
|
|
3140
3102
|
Parameter ``iteration_callbacks``:
|
3141
|
-
The list of iteration
|
3103
|
+
The list of callbacks to call at the beginning of each iteration.
|
3142
3104
|
|
3143
3105
|
Parameter ``options``:
|
3144
3106
|
Solver options.
|
@@ -3189,7 +3151,7 @@ Parameter ``matrix_callbacks``:
|
|
3189
3151
|
Matrix callbacks.
|
3190
3152
|
|
3191
3153
|
Parameter ``iteration_callbacks``:
|
3192
|
-
The list of iteration
|
3154
|
+
The list of callbacks to call at the beginning of each iteration.
|
3193
3155
|
|
3194
3156
|
Parameter ``options``:
|
3195
3157
|
Solver options.
|
@@ -3325,7 +3287,7 @@ Parameter ``matrix_callbacks``:
|
|
3325
3287
|
Matrix callbacks.
|
3326
3288
|
|
3327
3289
|
Parameter ``iteration_callbacks``:
|
3328
|
-
The list of iteration
|
3290
|
+
The list of callbacks to call at the beginning of each iteration.
|
3329
3291
|
|
3330
3292
|
Parameter ``options``:
|
3331
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=nIqhLHGx0a-3v5s7YOWR85BlvEH9MDLJkpoY5pn16lk,160
|
2
2
|
jormungandr/__init__.pyi,sha256=emqcIBqJMpxEAJ-ql0o54KWlC2eYLqCAeKhzgdcxI2k,106
|
3
|
-
jormungandr/_jormungandr.cp311-win_amd64.pyd,sha256=
|
3
|
+
jormungandr/_jormungandr.cp311-win_amd64.pyd,sha256=FgeoQQIMM4r1TyQae0WvJKdBeg5Jtsg1fgVUxVIiaeQ,1253888
|
4
4
|
jormungandr/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
jormungandr/autodiff/__init__.py,sha256=KjtAsCEanXWohdJh2QvSjxXUosRoIrnf0Bn8IZ5CRSk,1474
|
6
6
|
jormungandr/autodiff/__init__.pyi,sha256=Fb5xVh6NSQoEiQpdcAKd2aX424WLVrNWK7vbywwxkMI,64651
|
7
7
|
jormungandr/control/__init__.py,sha256=jj_nLjcfpzTZG6PmamM8fSOyMBFEgQvkXfZToG4TWDg,38
|
8
8
|
jormungandr/cpp/binders.hpp,sha256=VdZiZmF3MYnb09FOeDQwg0Qgkl3SrBU_pq5T6vYKAaU,1684
|
9
|
-
jormungandr/cpp/docstrings.hpp,sha256=
|
9
|
+
jormungandr/cpp/docstrings.hpp,sha256=OOp4hImEC9wZJWAamCV7_HnGL1dUDCeCowC_euzsmxo,104770
|
10
10
|
jormungandr/cpp/main.cpp,sha256=LLjWMUIpKsSXxk9nJSQmAOpkwulqhoePFc2OZqfqK90,3419
|
11
11
|
jormungandr/cpp/try_cast.hpp,sha256=cOWtz7uLnLotGklGSsPE6UG9lvRq5rn-Mh4eyEf6xes,1335
|
12
12
|
jormungandr/optimization/__init__.py,sha256=ppi_-zEMxOdHw15R7TfI0kx5iHVA5cg70ezQIqcEdP0,1320
|
13
|
-
jormungandr/optimization/__init__.pyi,sha256=
|
13
|
+
jormungandr/optimization/__init__.pyi,sha256=RUSuDgFUJ7wcCdZhSkkmRaegHfsEpOk3Sbdg1Jnun1Q,12040
|
14
14
|
jormungandr/test/cart_pole_util.py,sha256=aSb9yqQlIcWcuAo-njtb_WM9EjLy6Y0okG6tSBwgxlo,2775
|
15
15
|
jormungandr/test/differential_drive_util.py,sha256=GAxUxvjSh_91zVCCv5kogkPa_vYWT3Q7YGzT_jkqzZY,1283
|
16
16
|
jormungandr/test/rk4.py,sha256=lvrwddRDj9hepEGUVdwhX1crv4KC-ehDRyD8q37PhIU,610
|
@@ -48,8 +48,8 @@ jormungandr/test/optimization/quadratic_problem_test.py,sha256=PLRxn4py61Cxi02V1
|
|
48
48
|
jormungandr/test/optimization/trivial_problem_test.py,sha256=I6lgUa1LQPAi4Ig1PSW0vUuOIvWgczvxPJt6DJ5feBA,1520
|
49
49
|
jormungandr/cpp/optimization/solver/bind_exit_status.cpp,sha256=65ASStJ1Ri15TSULF6jp4Z1OYPTj-GrdtIVbhoB6WAc,1474
|
50
50
|
jormungandr/cpp/optimization/solver/bind_iteration_info.cpp,sha256=ZInsEYYVeUELXU1zw06b8T47AWR5lGHqSm5QUN8e1eA,1128
|
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=nwxb5LL2JfGlD5R530eZ7dm2aEepy57PDyhMunTgahU,1476
|
52
|
+
sleipnirgroup_jormungandr-0.0.1.dev463.dist-info/METADATA,sha256=Kyqbdk3k4s9Du8z0XH8-Sgo1oFgB2jcLLT3Vn0QrUB0,12713
|
53
|
+
sleipnirgroup_jormungandr-0.0.1.dev463.dist-info/WHEEL,sha256=BDn_kb8xKFtMJuGBdI1nZkGdAWeRTVhGGBacYa0VjSk,96
|
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
|