<html>
    <head>
      <base href="http://bugzilla.scilab.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
         <tr>
                <th>Reporter</th>
            <td>gauthier.pierre@uqam.ca</td>
         </tr>
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Contrôle d'impression pour la sous-routine optim dans la version 6.0.0"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=15492">15492</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Contrôle d'impression pour la sous-routine optim dans la version 6.0.0
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Scilab software
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.0.0
          </td>
        </tr>


        <tr>
          <th>OS</th>
          <td>Windows 10
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Major
          </td>
        </tr>


        <tr>
          <th>Component</th>
          <td>Documentation pages
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>bugzilla.admin@scilab.org
          </td>
        </tr>
</table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=4684" name="attach_4684" title="programme de minimisation utilisant la sous-routine "optim"">attachment 4684</a> <a href="attachment.cgi?id=4684&action=edit" title="programme de minimisation utilisant la sous-routine "optim"">[details]</a></span>
programme de minimisation utilisant la sous-routine "optim"

BUG DESCRIPTION:
----------------
Le programme "optim" effectue une minimisation qui comprend quelques itérations. Le paramêtre "imp" permet de faire imprimer des résultats
intermédiaires en cours de minimisation (imp = 2 ou 3). Ceci fonctionne bien dans la version 5.5.2 mais aucune impression n'est fait dans la version
6.0.0

ERROR LOG:
----------


HOW TO REPRODUCE THE BUG:
-------------------------
En exécutant le programme donné en pièce jointe avec la version 5.5.2 et comparer le résultat obtenu avec la version 6.0.0. La version 5.5.2 nous
donne de l'information à chaque itération mais cette information est absente dans la version 6.0.0. C'est embêtant car dans mon cours, je me servais
de cet exemple pour discuter de la convergence d'algorithmes de minimisation.



n1qn3: iter   1, simul   1, f= 0.25000000D+01, h'(0)=-0.50000D+00
     nlis0       fpn=-0.500D+00 d2= 0.24D-01  tmin= 0.43D-14 tmax= 0.10D+21
     nlis0     0.100D+01 -0.463D+00 -0.425D+00

 n1qn3: iter   2, simul   2, f= 0.20373528D+01, h'(0)=-0.24333D+01
     nlis0       fpn=-0.243D+01 d2= 0.77D+00  tmin= 0.73D-15 tmax= 0.10D+21
     nlis0     0.100D+01 -0.122D+01 -0.525D-02

 n1qn3: iter   3, simul   3, f= 0.81810002D+00, h'(0)=-0.23088D-02
     nlis0       fpn=-0.231D-02 d2= 0.74D-03  tmin= 0.36D-13 tmax= 0.10D+21
     nlis0     0.100D+01 -0.165D-02 -0.994D-03

 n1qn3: iter   4, simul   4, f= 0.81644842D+00, h'(0)=-0.77349D-03
     nlis0       fpn=-0.773D-03 d2= 0.44D-03  tmin= 0.45D-13 tmax= 0.10D+21
     nlis0     0.100D+01 -0.390D-03 -0.578D-05

 n1qn3: iter   5, simul   5, f= 0.81605879D+00, h'(0)=-0.22560D-05
     nlis0       fpn=-0.226D-05 d2= 0.13D-05  tmin= 0.84D-12 tmax= 0.10D+21
     nlis0     0.100D+01 -0.155D-05 -0.840D-06

 n1qn3: iter   6, simul   6, f= 0.81605724D+00, h'(0)=-0.51455D-06
     nlis0       fpn=-0.515D-06 d2= 0.46D-06  tmin= 0.14D-11 tmax= 0.10D+21
     nlis0     0.100D+01 -0.257D-06  0.177D-10
 -------------------------------------------------------------------------------
 n1qn3: output mode is  1
     number of iterations:    6
     number of simulations:      7
     realized relative precision on g:  0.16D-05
     norm of x =  0.10399550D+01
     f         =  0.81605698D+00
     norm of x =  0.51583119D-05
Norm of projected gradient lower than   0.1583961D-05.





OTHER INFORMATION:
------------------</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>