Hello!
I am actually trying to program an evolving multi agent auction.
The multi agent auction is just triggered by invoking a runIt() method...
It gives me back a bunch of files containing the performances of every
individual after running for 20 seconds.
So here is my problem : I don't want to run one whole auction for every
single individual evaluation.
I just want the first individual evaluation to start the auction, then all
the others would not start their own auction, but would wait for that the
one auction to be finished, and would take their results from the output
files resulting from this one auction.
Any idea of how to proceed ?
Thanks in advance...
Mehdi Khoury.