IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2005, 1:27:56 PM (22 years ago)
Author:
gusciora
Message:

Replace ADD projections with mathworks formulas.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psMinimize.c

    r2909 r3000  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.98 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-01-05 20:59:33 $
     11 *  @version $Revision: 1.99 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-01-14 23:27:56 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5757input parameter "x" between 0 and input parameter polyOrder.  The result is
    5858returned as a psVector sums.
    59  
    6059 
    6160XXX: Use a static vector.
     
    693692                    deriv->data.F32[n][p];
    694693            }
    695             // XXX: multiple by -1 here?
     694            // XXX: multiply by -1 here?
    696695            (beta->data.F64[p])*= -1.0;
    697696            psTrace(".psLib.dataManip.psMinimize", 6,
     
    11391138 
    11401139Algorithm:
    1141 XXX completely ad hoc:
    1142 start with the user-supplied starting
    1143 parameter and call that b.  Calculate a/c as a fractional amount
    1144 smaller/larger than b.  Repeat this process until a local minimum is found.
    1145  
    1146 XXX:
    1147 new algorithm:
     1140 
     1141XXX completely ad hoc: 
     1142start with the user-supplied starting parameter and
     1143call that b.  Calculate a/c as a fractional amount smaller/larger than b.
     1144Repeat this process until a local minimum is found.
     1145 
     1146XXX: 
     1147new algorithm: 
    11481148start at x=0, expand in one direction until the function
    11491149decreases.  Then you have two points in the bracket.  Keep going until it
     
    11511151direction.
    11521152 
    1153 XXX:
     1153XXX: 
    11541154This is F32 only.
    11551155 
    1156 XXX:
     1156XXX: 
    11571157output bracket vector should be an input as well.
    11581158*****************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.