list of some publications
This commit is contained in:
parent
82e7d3c041
commit
1d1046d19f
2 changed files with 17 additions and 9 deletions
|
|
@ -286,17 +286,20 @@
|
||||||
<br>
|
<br>
|
||||||
</font>
|
</font>
|
||||||
</p>
|
</p>
|
||||||
<!--
|
|
||||||
<p>Here is a list of know publications that used EO to solve real problems. </p>
|
<p>Here is a list of some known publications that used EO:</p>
|
||||||
<ul>
|
<ul class="publications">
|
||||||
<li>J.J. Gilijamse, J. Küpper, S. Hoekstra, S.Y.T. van de Meerakker, G. Meijer
|
<li>J.J. Gilijamse, J. Küpper, S. Hoekstra, S.Y.T. van de Meerakker, G. Meijer,
|
||||||
<a href= "http://dx.doi.org/10.1103/PhysRevA.73.063410">"Optimizing the Stark-decelerator beamline for the trapping of
|
<a href= "http://dx.doi.org/10.1103/PhysRevA.73.063410">Optimizing the Stark-decelerator beamline for the trapping of
|
||||||
cold molecules using evolutionary strategies"</a>,
|
cold molecules using evolutionary strategies</a>,
|
||||||
<i> Physical Review</i> A <bf>73</bf>, 063410 (2006). <br/>
|
<i> Physical Review</i>, A <b>73</b>, 063410 (2006). <br/>
|
||||||
Also available at <a href= "http://arxiv.org/abs/physics/0603108"><i>arXiv</i>
|
Also available at <a href= "http://arxiv.org/abs/physics/0603108"><i>arXiv</i>
|
||||||
physics/0603108 (2006)</a>.</li>
|
physics/0603108 (2006)</a>.</li>
|
||||||
|
<li>Johann Dreo, <a href="http://www.nojhan.net/pro/spip.php?article31">Using Performance Fronts for Parameter Setting of Stochastic Metaheuristics</a>, <i>Genetic and Evolutionary Computation Conference</i>, (2009).</li>
|
||||||
|
<li>Jacques Bibaï, Pierre Savéant, Marc Schoenauer, Vincent Vidal, <a href="http://www.aaai.org/ocs/index.php/ICAPS/ICAPS10/paper/view/1414">An Evolutionary Metaheuristic Based on State Decomposition for Domain-Independent Satisficing Planning</a>, <i>Twentieth International Conference on Automated Planning and Scheduling </i> (2010).</li>
|
||||||
|
<li>Jacques Bibaï, Pierre Savéant, Marc Schoenauer, Vincent Vidal, <a href="">An Evolutionary Metaheuristic for Domain-Independent Satisficing Planning</a>, <i>Genetic and Evolutionary Computation Conference</i> (2010). <em>Silver Medal at the Human-Competitive Competition</em></li>
|
||||||
</ul>
|
</ul>
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
<h1><a name="Code"></a>Code <a href="#Plan">⤒</a></h1>
|
<h1><a name="Code"></a>Code <a href="#Plan">⤒</a></h1>
|
||||||
|
|
|
||||||
|
|
@ -75,6 +75,11 @@ table.examples {
|
||||||
margin-right:0.5em;
|
margin-right:0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.publications em {
|
||||||
|
font-width:bold;
|
||||||
|
color:#f0f;
|
||||||
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl,
|
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl,
|
||||||
fieldset, address { margin:0.75em 0;}
|
fieldset, address { margin:0.75em 0;}
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue