04-29-2007 05:12 AM
04-29-2007 08:25 PM - edited 04-29-2007 08:25 PM
Message Edited by Jarrod S. on 04-29-2007 08:25 PM
04-29-2007 08:53 PM - edited 04-29-2007 08:53 PM

Message Edited by altenbach on 04-29-2007 06:54 PM
04-29-2007 11:05 PM
04-30-2007 01:21 AM
04-30-2007 01:53 AM
04-30-2007 09:27 AM
04-30-2007 09:32 AM - edited 04-30-2007 09:32 AM
Message Edited by Jarrod S. on 04-30-2007 09:38 AM
04-30-2007 10:48 AM - edited 04-30-2007 10:48 AM
Hello Jarrod,
thanks for your remarks. i did actually exactly what you just proposed, meaning i have a 1D array that keep track of my 2D info. that was the best solution to allow multiple rows (unknown in advance). but it seems not to work ok, so i came back to a solution with 5 times 1D arrays, and i "demultiply" them the ugly way, using 5 for loops. see picture.
i am not sure i understood your ps question. i will tell you what i do with these arrays, and tell me if this what you wanted to know:
the idea is to make a 1D, 2D, or multidimensional search for fitting a function, or exploring parameter space. in other word, each row in the array includes the possible search values of a certain parameter (defined and kept track somewhere else). then, for each parameter of this row i want to change all other parameters from the other rows.
of course it make little sense to search for more than 5Dimensions, therefore i dont care about this limitation.
Gabriel
Message Edited by Gabi1 on 04-30-2007 10:49 AM