| Author |
Comment/Response |
Jim Youngman
|
10/23/02 6:25pm
I have written a module that calls several other modules.
The sub-modules each operate correctly, but the main (calling) module does not return a result.
For example, when I attempt to run it I get:
In[51]:=
solveGA[toytownSpec, 2, 15, 40, .25, .5, 5, .006, 5]
Out[51]=
solveGA[{{1, 2, 30, {1, 2, 3}}, {2, 5, 50, {2, 1, 3, 4}}, {3, 2,
70, {3, 1, 2, 4}}, {4, 5,
40, {4, 3, 2}}}, 2, 15, 40, 0.25, 0.5, 5, 0.006, 5]
where toytownSpec = {{1, 2, 30, {1, 2, 3}}, {2, 5, 50, {2, 1, 3, 4}}, {3, 2,
70, {3, 1, 2, 4}}, {4, 5, 40, {4, 3, 2}}}
Can anyone tell me what are the most likely causes of such a phenomenon?
Regards,
Jim
URL: , |
|