would it be possible to write vba code for genetic algorithm in MSP as like as excel ?
I want to optimize the duration of project's tasks according to minimize total cost, for this aim I need to run genetic algorithm to change duration of each task randomly, if i can write this algorithm with Vba in microsoft project, MSP will level resources based on new duration of each task and by new total duration of project, I can calculate the new cost.
I know there are vba genetic codes available for optimization in excel, is it possible to write the same code in Vba of MSP ?
if it is not, what about exporting data from MSP and importing them to excel for running the algorithm and then at the same time importing that data to MSP again?
thanks a lot,