Good day everyone, not sure if its the right place to ask, but any help would be greatly appreciated!
As a quick explanation, I am working on spintronics in epitaxial systems. The usual methods of data analysis, at least for my measurement technique, assumes an isotropic system.
Of course, the standard way does not work for me as my samples are crystalline, however I wrote a simulation that is able to generate the right signal for the correct input parameters (this was tested on standard systems using the values extracted with the standard technique, and a few tests on the epitaxial systems where I manually changed the simulation parameters to get a good match).
Therefore, I was wondering if anyone knew of ways to efficiently iterate over a simulation (each simulation takes about 15 seconds) while varying the simulation parameters to match the output to the experimental data and extract the information I am interested in this way
edit: thank you guys for the answers, unfortunately steepest descent would require knowing how the function looks in parameter space, which is the issue I wanted to avoid having to run billions of simulation to map parameter space in order to do it, mostly because I would not know how to use it, as it would probably require a neural network to work properly and I have no idea how to set it up