<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<div class="Section1" dir="RTL">
<p class="MsoNormal" dir="LTR"><font size="2" color="navy" face="Arial"><span style="font-size:10.0pt;font-family:Arial;color:navy">If you have other idea I will be grateful<o:p></o:p></span></font></p>
<p class="MsoNormal" dir="LTR"><font size="2" color="navy" face="Arial"><span style="font-size:10.0pt;font-family:Arial;color:navy">BR<o:p></o:p></span></font></p>
<p class="MsoNormal" dir="LTR"><font size="2" color="navy" face="Arial"><span style="font-size:10.0pt;font-family:Arial;color:navy">computidoo
<o:p></o:p></span></font></p>
<p class="MsoNormal" dir="LTR"><font size="2" color="navy" face="Arial"><span style="font-size:10.0pt;font-family:Arial;color:navy"><o:p> </o:p></span></font></p>
<div>
<div class="MsoNormal" align="center" dir="LTR" style="text-align:center"><font size="3" face="Times New Roman"><span style="font-size:12.0pt">
<hr size="2" width="100%" align="center" tabindex="-1">
</span></font></div>
<p class="MsoNormal" dir="LTR"><b><font size="2" face="Tahoma"><span style="font-size:
10.0pt;font-family:Tahoma;font-weight:bold">From:</span></font></b><font size="2" face="Tahoma"><span style="font-size:10.0pt;font-family:Tahoma"> Adrien Vogt-Schilb [via
Scilab / Xcos - Mailing Lists Archives] [mailto:ml-node+<a href="/user/SendEmail.jtp?type=node&node=3749848&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>]
<br>
<b><span style="font-weight:bold">Sent:</span></b> Thursday, February 16, 2012 11:23 AM<br>
<b><span style="font-weight:bold">To:</span></b> Yehonatan Chattah<br>
<b><span style="font-weight:bold">Subject:</span></b> RE: optim_ga</span></font><o:p></o:p></p>
</div>
<p class="MsoNormal" dir="LTR"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"><o:p> </o:p></span></font></p>
<p class="MsoNormal" dir="LTR"><font size="3" face="Times New Roman"><span style="font-size:12.0pt">On 16/02/2012 06:07, computidoo wrote:
<o:p></o:p></span></font></p>
<div>
<p class="MsoNormal" dir="LTR" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:
auto">
<font size="2" color="navy" face="Arial"><span style="font-size:10.0pt;
font-family:Arial;color:navy"><!--
[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->Yes
but then when optim_ga is running it will look for g minimum and maximum and I want only the minimum</span></font><o:p></o:p></p>
</div>
<p class="MsoNormal" dir="LTR"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"><br>
oh right<br>
my mistake<br>
<br>
<br>
<o:p></o:p></span></font></p>
<div>
<p class="MsoNormal" dir="LTR" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:
auto">
<font size="2" color="navy" face="Arial"><span style="font-size:10.0pt;
font-family:Arial;color:navy"><u1:p></u1:p><u1:p> </u1:p></span></font><o:p></o:p></p>
<div>
<div class="MsoNormal" align="center" dir="LTR" style="text-align:center"><font size="3" face="Times New Roman"><span style="font-size:12.0pt">
<hr size="2" width="100%" align="center" tabindex="-1">
</span></font></div>
<p class="MsoNormal" dir="LTR" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:
auto">
<b><font size="2" face="Tahoma"><span style="font-size:10.0pt;font-family:
Tahoma;font-weight:bold">From:</span></font></b><font size="2" face="Tahoma"><span style="font-size:10.0pt;font-family:Tahoma"> Adrien Vogt-Schilb [via Scilab / Xcos - Mailing Lists
Archives] [<a href="/user/SendEmail.jtp?type=node&node=3749598&i=0" target="_top" link="external" rel="nofollow">[hidden email]</a><a href="/user/SendEmail.jtp?type=node&node=3749233&i=0" target="_top" moz-do-not-send="true" link="external" rel="nofollow">[hidden email]</a>]
<br>
<b><span style="font-weight:bold">Sent:</span></b> Thursday, February 16, 2012 12:57 AM<br>
<b><span style="font-weight:bold">To:</span></b> Yehonatan Chattah<br>
<b><span style="font-weight:bold">Subject:</span></b> Re: optim_ga</span></font><u1:p></u1:p><o:p></o:p></p>
</div>
<p class="MsoNormal" dir="LTR" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:
auto">
<font size="3" face="Times New Roman"><span style="font-size:12.0pt"><u1:p> </u1:p><o:p></o:p></span></font></p>
<p class="MsoNormal" dir="LTR" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:
auto">
<font size="3" face="Times New Roman"><span style="font-size:12.0pt">Hello<br>
<br>
well, if f is the function that you want to minimize, you can build a function g such that when g is maximized, f is minimized.<br>
<br>
Try for instance g=-f.<br>
;-)<br>
<br>
Hope this helps<br>
<br>
<br>
On 15/02/2012 20:49, computidoo wrote: <u1:p></u1:p><o:p></o:p></span></font></p>
<pre dir="LTR" wrap=""><font size="2" face="Courier New"><span style="font-size:
10.0pt">Hello,<u1:p></u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt">I'm using optim_ga and i want to use a goal only for minimum value of the<u1:p></u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt">function.<u1:p></u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt">the max value is not important to me<u1:p></u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt">is it passible?<u1:p></u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt">BR<u1:p></u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt">computidoo<u1:p></u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt"><u1:p> </u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt">--<u1:p></u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt">View this message in context: <a href="http://mailinglists.scilab.org/optim-ga-tp3748115p3748115.html" target="_top" moz-do-not-send="true" link="external" rel="nofollow">http://mailinglists.scilab.org/optim-ga-tp3748115p3748115.html</a><u1:p></u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt">Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.<u1:p></u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt"><u1:p> </u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt">--<u1:p></u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt">To unsubscribe from this mailing-list, please send an empty mail to<u1:p></u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt"><a href="/user/SendEmail.jtp?type=node&node=3748720&i=0" target="_top" moz-do-not-send="true" link="external" rel="nofollow">[hidden email]</a><u1:p></u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt">To check the archives of this mailing list, see<u1:p></u1:p><o:p></o:p></span></font></pre>
<pre dir="LTR"><font size="2" face="Courier New"><span style="font-size:10.0pt"><a href="http://mailinglists.scilab.org/" target="_top" moz-do-not-send="true" link="external" rel="nofollow">http://mailinglists.scilab.org/</a><u1:p></u1:p><o:p></o:p></span></font></pre>
<p class="MsoNormal" dir="LTR" style="mso-margin-top-alt:auto;margin-bottom:12.0pt">
<font size="3" face="Times New Roman"><span style="font-size:12.0pt"><br>
<br>
<br>
<o:p></o:p></span></font></p>
<u1:p></u1:p>
<div class="MsoNormal" align="center" dir="LTR" style="text-align:center"><font size="3" face="Times New Roman"><span style="font-size:12.0pt">
<hr size="1" width="100%" noshade="" color="#cccccc" align="center">
</span></font></div>
<div>
<div>
<p class="MsoNormal" dir="LTR" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:
auto">
<b><font size="1" color="#444444" face="Tahoma"><span style="font-size:9.0pt;
font-family:Tahoma;color:#444444;font-weight:bold">If you reply to this email, your message will be added to the discussion below:<u1:p></u1:p></span></font></b><o:p></o:p></p>
</div>
<p class="MsoNormal" dir="LTR" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:
auto">
<font size="1" color="#444444" face="Tahoma"><span style="font-size:9.0pt;
font-family:Tahoma;color:#444444"><a href="http://mailinglists.scilab.org/optim-ga-tp3748115p3748720.html" target="_top" moz-do-not-send="true" link="external" rel="nofollow">http://mailinglists.scilab.org/optim-ga-tp3748115p3748720.html</a>
<u1:p></u1:p></span></font><o:p></o:p></p>
</div>
<div style="margin-top:4.8pt">
<p class="MsoNormal" dir="LTR" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:
auto;line-height:18.0pt">
<font size="1" color="#666666" face="Tahoma"><span style="font-size:8.5pt;font-family:Tahoma;color:#666666">To unsubscribe from optim_ga,
<a href="" target="_top" moz-do-not-send="true" link="external" rel="nofollow">click here</a>.<br>
<a href="http://mailinglists.scilab.org/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" target="_top" moz-do-not-send="true" link="external" rel="nofollow"><font size="1" face="Times New Roman"><span style="font-size:7.0pt;font-family:"Times New Roman"">NAML</span></font></a>
<u1:p></u1:p></span></font><o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal" dir="LTR"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">***********************************************************************************************<o:p></o:p></span></font></p>
</div>
<div>
<p class="MsoNormal" dir="LTR"><strong><b><font size="2" color="forestgreen" face="Courier New"><span style="font-size:10.0pt;font-family:"Courier New";
color:forestgreen">Please consider the environment before printing this emai</span></font></b></strong><strong><b><font color="forestgreen" face="Courier New"><span style="font-family:"Courier New";
color:forestgreen">l</span></font></b></strong><strong><b><font face="Courier New"><span style="font-family:"Courier New"">
</span></font></b></strong><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New""><o:p></o:p></span></font></p>
</div>
<div>
<p class="MsoNormal" dir="LTR"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">The information contained in this communication is proprietary to Israel Aerospace Industries Ltd. and/or third parties, may contain confidential
or privileged information, and is intended only for the use of the intended addressee thereof.<o:p></o:p></span></font></p>
</div>
<div>
<p class="MsoNormal" dir="LTR"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">If you are not the intended addressee, please be aware that any use, disclosure, distribution and/or copying of this communication is strictly
prohibited. If you receive this communication in error, please notify the sender immediately and delete it from your computer.
<o:p></o:p></span></font></p>
</div>
<div>
<p class="MsoNormal" dir="LTR"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">Thank you.<o:p></o:p></span></font></p>
</div>
<p class="MsoNormal" dir="LTR"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"><o:p> </o:p></span></font></p>
<div class="MsoNormal" dir="LTR"><font size="3" face="Times New Roman"><span style="font-size:12.0pt">
<hr size="2" width="300" style="width:225.0pt" align="left">
</span></font></div>
<p class="MsoNormal" dir="LTR"><font size="3" face="Times New Roman"><span style="font-size:12.0pt">View this message in context:
<a href="http://mailinglists.scilab.org/optim-ga-tp3748115p3749233.html" target="_top" moz-do-not-send="true" link="external" rel="nofollow">
RE: optim_ga</a><br>
Sent from the <a href="http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html" target="_top" moz-do-not-send="true" link="external" rel="nofollow">
Scilab users - Mailing Lists Archives mailing list archive</a> at Nabble.com.<o:p></o:p></span></font></p>
<p class="MsoNormal" dir="LTR" style="margin-bottom:12.0pt"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"><br>
<br>
<o:p></o:p></span></font></p>
<div class="MsoNormal" align="center" dir="LTR" style="text-align:center"><font size="3" face="Times New Roman"><span style="font-size:12.0pt">
<hr size="1" width="100%" noshade="" color="#cccccc" align="center">
</span></font></div>
<div>
<div>
<p class="MsoNormal" dir="LTR"><b><font size="1" color="#444444" face="Tahoma"><span style="font-size:9.0pt;font-family:Tahoma;color:#444444;font-weight:bold">If you reply to this email, your message will be added to the discussion below:<o:p></o:p></span></font></b></p>
</div>
<p class="MsoNormal" dir="LTR"><font size="1" color="#444444" face="Tahoma"><span style="font-size:9.0pt;font-family:Tahoma;color:#444444"><a href="http://mailinglists.scilab.org/optim-ga-tp3748115p3749598.html" target="_top" rel="nofollow" link="external">http://mailinglists.scilab.org/optim-ga-tp3748115p3749598.html</a>
<o:p></o:p></span></font></p>
</div>
<div style="margin-top:4.8pt">
<p class="MsoNormal" dir="LTR" style="line-height:18.0pt"><font size="1" color="#666666" face="Tahoma"><span style="font-size:8.5pt;font-family:Tahoma;
color:#666666">To unsubscribe from optim_ga,
<a href="" target="_top" rel="nofollow" link="external">
click here</a>.<br>
<a href="http://mailinglists.scilab.org/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" target="_top" rel="nofollow" link="external"><font size="1" face="Times New Roman"><span style="font-size:7.0pt;font-family:"Times New Roman"">NAML</span></font></a>
<o:p></o:p></span></font></p>
</div>
</div>
<br/><hr align="left" width="300" />
View this message in context: <a href="http://mailinglists.scilab.org/optim-ga-tp3748115p3749848.html">RE: optim_ga</a><br/>
Sent from the <a href="http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html">Scilab users - Mailing Lists Archives mailing list archive</a> at Nabble.com.<br/>