Simplex Optimization script:
============================

for simplex optimization with nutmeg :

init ( simplex starting point , global parameters )
optimizer ( main loop of the routine )
sort ( which point of the simplex is the best , worst and  2nd worst )
func ( the function to optimize entered by the user )
amotry ( various movements of the simplex , reflection , expansion , contraction )
cpt_sum ( computes the sum of the x,y,.. coordinates of the simplex )



Please only change func and init !!!
the testfile is made for spiceopus but the simplex-optimization-files should be
standard nutmeg compatible ( winspice , ... )