search for: starttest

Displaying 3 results from an estimated 3 matches for "starttest".

2006 Jul 17
6
Nested functions
Hi there, I'm having myself a hard time writing an algorithm for finding patterns within a given melody. In a vector I'd like to find ALL sequences that occur at least twice, without having to check all possible patterns via pattern matching. I finally found a solution in a style that I'm used from C, i.e. calling one function from within another. GNU R doesn't seem to like that,
2006 Jun 30
0
sync reads or big files problem
...gt; var runs = 10; //total count of iterations var i = 0; //current iteration counter var totaltime = 0; //total time of all completed iterations var starttime = 0; // time the current iteration started var endtime = 0; //time the current iteration ended function starttest() { //main function var time = new Date(); starttime = time.getTime(); //get starting time of this iteration var myAjax = new Ajax.Request(''getfile.php'',{method: ''post'', parameters: '''', onComplete: putresponse}); /*reques...
2011 Aug 31
1
Gradients in optimx
Hi Reuben, I am puzzled to note that the gradient check in "optimx" does not work for you. Can you send me a reproducible example so that I can figure this out? John - I think the best solution for now is to issue a "warning" rather than an error message, when the numerical gradient is not sufficiently close to the user-specified gradient. Best, Ravi.