I would like to confirm if this bug was fixed in the running version 6.0.6.
Search found 3 matches
- Tue Jun 03, 2025 2:09 pm
- Forum: Bugs
- Topic: Potential bug in esfit() in GUI mode
- Replies: 3
- Views: 62768
- Thu Feb 20, 2025 1:23 pm
- Forum: General forum
- Topic: Genetic algorithm
- Replies: 3
- Views: 24880
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...
- Mon Feb 17, 2025 7:46 am
- Forum: General forum
- Topic: Genetic algorithm
- Replies: 3
- Views: 24880
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 ...