Search found 2 matches

by cjmagon
Thu Feb 20, 2025 1:23 pm
Forum: General forum
Topic: Genetic algorithm
Replies: 3
Views: 10769

Re: Genetic algorithm

Thanks for the answer, but I've already read and re-read the esfit documentation several times. I think I didn't explain my problem correctly. My code is the following: SimOpt.Method = 'matrix'; FitOpt.PopulationSize = 50; FitOpt.maxGenerations = 50000; FitOpt.AutoScale = 'lsq'; FitOpt.Method = 'gen...
by cjmagon
Mon Feb 17, 2025 7:46 am
Forum: General forum
Topic: Genetic algorithm
Replies: 3
Views: 10769

Genetic algorithm

I am very grateful for your excellent work on the EasySpin software. It has been fundamental to my research. At the moment, I have a question. I have not been able to change the "PopulationSize" and "maxGenerations" parameters in the input of the "Genetic" algorithm of ...