optimizer_asco_sim ================== ```{function} optimizer_asco_sim( optimdir, inputfile, outputfile, simfun ) ``` Full definition: ```{code-block} matlab optimizer_asco_sim( optimdir, inputfile, outputfile, simfun ) ``` This function is called from general.sh. Do not call it yourself. tasks: - set correct matlab path - evaluate input file - start simulation or get result from cache - post-process simulation results - create output file (important: needs single \n at the first line and double \n at the last line!)