<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to MO optimization</title><link>https://sourceforge.net/p/ugp3/wiki/MO%2520optimization/</link><description>Recent changes to MO optimization</description><atom:link href="https://sourceforge.net/p/ugp3/wiki/MO%20optimization/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 08 Jun 2015 13:12:55 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ugp3/wiki/MO%20optimization/feed" rel="self" type="application/rss+xml"/><item><title>MO optimization modified by Alberto Tonda</title><link>https://sourceforge.net/p/ugp3/wiki/MO%2520optimization/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="multi-objective-optimization"&gt;Multi-objective optimization&lt;/h1&gt;
&lt;p&gt;Since v3.1 (Bluebell), µGP can tackle multi-objective problems. The population of type &lt;code&gt;multiObjective&lt;/code&gt; provides support to multi-objective optimization. Set the appropriate type in the parameters element.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;parameters&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"multiObjective"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    ... 
&lt;span class="nt"&gt;&amp;lt;/parameters&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;In multi-objective population there is no primary fitness. All parameters are weighted equally, and the concepts of Pareto dominance, (&lt;a class="" href="http://en.wikipedia.org/wiki/Pareto_efficiency" rel="nofollow"&gt;see Pareto efficiency on Wikipedia&lt;/a&gt;) and leveling are used.&lt;/p&gt;
&lt;p&gt;If all the fitness parameters for an individual FOO are less than or equal to those for an individual BAR, with at least one strict inequality, then the individual BAR dominates individual FOO. If at least one parameter for individual FOO is less than the corresponding parameter for individual BAR, and another parameter is greater, then the two individuals are neither better nor worse than the other. The ordering relationship in multi-objective populations is partial.&lt;/p&gt;
&lt;p&gt;Since v3.3, µGP uses crowding comparison to spread results more evenly on the Pareto front, using the procedure made popular by the multi-objective evolutionary algorithm &lt;a class="" href="http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=996017" rel="nofollow"&gt;NSGA-II&lt;/a&gt;. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alberto Tonda</dc:creator><pubDate>Mon, 08 Jun 2015 13:12:55 -0000</pubDate><guid>https://sourceforge.net431318cdd08eb3e31d813057ebf0ce2fcaaba6e7</guid></item></channel></rss>