mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Update docs
This commit is contained in:
@@ -59,7 +59,9 @@
|
||||
|
||||
<!-- Main title -->
|
||||
|
||||
<a class="navbar-brand" href="..">MIPLearn</a>
|
||||
|
||||
<a class="navbar-brand" href="..">MIPLearn</a>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Expanded navigation -->
|
||||
@@ -155,14 +157,19 @@
|
||||
</ul>
|
||||
<h3 id="acknowledgments">Acknowledgments</h3>
|
||||
<ul>
|
||||
<li>Based upon work supported by Laboratory Directed Research and Development (LDRD) funding from Argonne National Laboratory, provided by the Director, Office of Science, of the U.S. Department of Energy under Contract No. DE-AC02-06CH11357.</li>
|
||||
<li>Based upon work supported by <strong>Laboratory Directed Research and Development</strong> (LDRD) funding from Argonne National Laboratory, provided by the Director, Office of Science, of the U.S. Department of Energy under Contract No. DE-AC02-06CH11357, and the <strong>U.S. Department of Energy Advanced Grid Modeling Program</strong> under Grant DE-OE0000875.</li>
|
||||
</ul>
|
||||
<h3 id="references">References</h3>
|
||||
<p>If you use MIPLearn in your research, or the included problem generators, we kindly request that you cite the package as follows:</p>
|
||||
<ul>
|
||||
<li><strong>Learning to Solve Large-Scale Security-Constrained Unit Commitment Problems.</strong> <em>Alinson S. Xavier, Feng Qiu, Shabbir Ahmed</em>. INFORMS Journal on Computing (to appear). <a href="https://arxiv.org/abs/1902.01697">ArXiv:1902:01696</a></li>
|
||||
<li><strong>Alinson S. Xavier, Feng Qiu.</strong> <em>MIPLearn: An Extensible Framework for Learning-Enhanced Optimization</em>. Zenodo (2020). DOI: <a href="https://doi.org/10.5281/zenodo.4287567">10.5281/zenodo.4287567</a></li>
|
||||
</ul>
|
||||
<p>If you use MIPLearn in the field of power systems optimization, we kindly request that you cite the reference below, in which the main techniques implemented in MIPLearn were first developed:</p>
|
||||
<ul>
|
||||
<li><strong>Alinson S. Xavier, Feng Qiu, Shabbir Ahmed.</strong> <em>Learning to Solve Large-Scale Unit Commitment Problems.</em> INFORMS Journal on Computing (2020). DOI: <a href="https://doi.org/10.1287/ijoc.2020.0976">10.1287/ijoc.2020.0976</a></li>
|
||||
</ul>
|
||||
<h3 id="license">License</h3>
|
||||
<pre><code class="text">MIPLearn, an extensible framework for Learning-Enhanced Mixed-Integer Optimization
|
||||
<pre><code class="language-text">MIPLearn, an extensible framework for Learning-Enhanced Mixed-Integer Optimization
|
||||
Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted
|
||||
@@ -191,18 +198,22 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="col-md-12 text-center">
|
||||
|
||||
<hr>
|
||||
<p>
|
||||
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.</small><br>
|
||||
|
||||
<small>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</small>
|
||||
</p>
|
||||
|
||||
<footer class="col-md-12 text-center">
|
||||
|
||||
|
||||
<hr>
|
||||
<p>
|
||||
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.</small><br>
|
||||
|
||||
<small>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</small>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||
<script src="../js/bootstrap-3.0.3.min.js"></script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user