Uses of Class
ffx.algorithms.optimize.anneal.SimulatedAnnealing
Package
Description
The Algorithms CLI package defines options for PicoCLI command line scripts.
-
Uses of SimulatedAnnealing in ffx.algorithms.cli
Modifier and TypeMethodDescriptionAnnealOptions.createAnnealer
(DynamicsOptions dynamicsOptions, MolecularAssembly molecularAssembly, Potential potential, AlgorithmListener algorithmListener) Creates a SimulatedAnnealing object.AnnealOptions.createAnnealer
(DynamicsOptions dynamicsOptions, MolecularAssembly molecularAssembly, Potential potential, AlgorithmListener algorithmListener, File dynFile) Creates a SimulatedAnnealing object.