Skip to content

Commit

Permalink
deploy: 9bd88bd
Browse files Browse the repository at this point in the history
  • Loading branch information
sprivite committed Jun 27, 2024
1 parent 4d092b6 commit fb67ac5
Show file tree
Hide file tree
Showing 38 changed files with 3,430 additions and 1,510 deletions.
Binary file modified .doctrees/03_api.doctree
Binary file not shown.
Binary file modified .doctrees/demos/card_matcher.doctree
Binary file not shown.
Binary file modified .doctrees/demos/lp_matcher.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
225 changes: 134 additions & 91 deletions .doctrees/nbsphinx/demos/card_matcher.ipynb

Large diffs are not rendered by default.

1,014 changes: 731 additions & 283 deletions .doctrees/nbsphinx/demos/lp_matcher.ipynb

Large diffs are not rendered by default.

Binary file removed .doctrees/nbsphinx/demos_card_matcher_10_0.png
Binary file not shown.
Binary file removed .doctrees/nbsphinx/demos_card_matcher_10_1.png
Binary file not shown.
Binary file modified .doctrees/nbsphinx/demos_card_matcher_13_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .doctrees/nbsphinx/demos_card_matcher_13_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .doctrees/nbsphinx/demos_card_matcher_17_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .doctrees/nbsphinx/demos_card_matcher_17_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .doctrees/nbsphinx/demos_card_matcher_7_0.png
Binary file not shown.
Binary file added .doctrees/nbsphinx/demos_card_matcher_9_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .doctrees/nbsphinx/demos_lp_matcher_14_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions 02_demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ <h1>Demos<a class="headerlink" href="#demos" title="Permalink to this heading">
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="demos/card_matcher.html">Cardinality matching</a><ul>
<li class="toctree-l2"><a class="reference internal" href="demos/card_matcher.html#Optimize-pool-size-subject-to-balance-constraint">Optimize pool size subject to balance constraint</a></li>
<li class="toctree-l2"><a class="reference internal" href="demos/card_matcher.html#Optimize-balance-with-balance-constraint">Optimize balance with balance constraint</a></li>
<li class="toctree-l2"><a class="reference internal" href="demos/card_matcher.html#Optimize-pool-size-with-balance-constraint">Optimize pool size with balance constraint</a></li>
<li class="toctree-l2"><a class="reference internal" href="demos/card_matcher.html#Optimize-balance-with-size-and-balance-constraints">Optimize balance with size and balance constraints</a></li>
<li class="toctree-l2"><a class="reference internal" href="demos/card_matcher.html#Optimize-balance-without-balance-constraint">Optimize balance without balance constraint</a></li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion 03_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ <h3><a class="toc-backref" href="#id9" role="doc-backlink">Constraint Satisfacti
<p>The constraints and optimization target are specified to the solver via the
options pool_size, target_size, and max_mismatch. The behavior of the solver depends
on which are these options are specified as given below:</p>
<p>(pool_size, target_size, max_mismatch) –&gt; optimize balance subject to size and
<p>(pool_size, target_size, max_mismatch) –&gt; optimize balance subject to size and
balance constraints</p>
<p>(pool_size, target_size) –&gt; optimize balance subject to size constraints</p>
<p>(max_mismatch) –&gt; optimize pool size subject to target_size = n_target and
Expand Down
Binary file removed _images/demos_card_matcher_10_0.png
Binary file not shown.
Binary file removed _images/demos_card_matcher_10_1.png
Binary file not shown.
Binary file modified _images/demos_card_matcher_13_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/demos_card_matcher_13_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/demos_card_matcher_17_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/demos_card_matcher_17_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed _images/demos_card_matcher_7_0.png
Binary file not shown.
Binary file added _images/demos_card_matcher_9_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file modified _images/demos_lp_matcher_14_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions _modules/pybalance/lp/matcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,16 +239,16 @@ <h1>Source code for pybalance.lp.matcher</h1><div class="highlight"><pre>
<span class="sd"> options pool_size, target_size, and max_mismatch. The behavior of the solver depends</span>
<span class="sd"> on which are these options are specified as given below:</span>

<span class="sd"> (pool_size, target_size, max_mismatch) --&gt; optimize balance subject to size and </span>
<span class="sd"> (pool_size, target_size, max_mismatch) --&gt; optimize balance subject to size and</span>
<span class="sd"> balance constraints</span>
<span class="sd"> </span>

<span class="sd"> (pool_size, target_size) --&gt; optimize balance subject to size constraints</span>

<span class="sd"> (max_mismatch) --&gt; optimize pool size subject to target_size = n_target and</span>
<span class="sd"> balance constraints</span>

<span class="sd"> () --&gt; optimize balance subject to size constraints with pool_size = target_size = n_target</span>
<span class="sd"> </span>

<span class="sd"> Optimizing pool_size subject to balance constraint is known as &quot;cardinality</span>
<span class="sd"> matching&quot;. See https://kosukeimai.github.io/MatchIt/reference/method_cardinality.html</span>
<span class="sd"> and references therein.</span>
Expand Down
225 changes: 134 additions & 91 deletions _sources/demos/card_matcher.ipynb.txt

Large diffs are not rendered by default.

1,014 changes: 731 additions & 283 deletions _sources/demos/lp_matcher.ipynb.txt

Large diffs are not rendered by default.

206 changes: 104 additions & 102 deletions demos/card_matcher.html

Large diffs are not rendered by default.

225 changes: 134 additions & 91 deletions demos/card_matcher.ipynb

Large diffs are not rendered by default.

999 changes: 722 additions & 277 deletions demos/lp_matcher.html

Large diffs are not rendered by default.

1,014 changes: 731 additions & 283 deletions demos/lp_matcher.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ <h2>Usage<a class="headerlink" href="#usage" title="Permalink to this heading">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="demos/card_matcher.html">Cardinality matching</a><ul>
<li class="toctree-l3"><a class="reference internal" href="demos/card_matcher.html#Optimize-pool-size-subject-to-balance-constraint">Optimize pool size subject to balance constraint</a></li>
<li class="toctree-l3"><a class="reference internal" href="demos/card_matcher.html#Optimize-balance-with-balance-constraint">Optimize balance with balance constraint</a></li>
<li class="toctree-l3"><a class="reference internal" href="demos/card_matcher.html#Optimize-pool-size-with-balance-constraint">Optimize pool size with balance constraint</a></li>
<li class="toctree-l3"><a class="reference internal" href="demos/card_matcher.html#Optimize-balance-with-size-and-balance-constraints">Optimize balance with size and balance constraints</a></li>
<li class="toctree-l3"><a class="reference internal" href="demos/card_matcher.html#Optimize-balance-without-balance-constraint">Optimize balance without balance constraint</a></li>
</ul>
</li>
Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit fb67ac5

Please sign in to comment.