Uses of Class
adams.opt.genetic.setupupload.AbstractSetupUpload
-
Packages that use AbstractSetupUpload Package Description adams.opt.genetic adams.opt.genetic.setupupload -
-
Uses of AbstractSetupUpload in adams.opt.genetic
Fields in adams.opt.genetic declared as AbstractSetupUpload Modifier and Type Field Description protected AbstractSetupUpload
AbstractClassifierBasedGeneticAlgorithm. m_SetupUpload
for uploading the setups.Methods in adams.opt.genetic that return AbstractSetupUpload Modifier and Type Method Description AbstractSetupUpload
AbstractClassifierBasedGeneticAlgorithm. getSetupUpload()
Returns the scheme for uploading the currently best job setup.Methods in adams.opt.genetic with parameters of type AbstractSetupUpload Modifier and Type Method Description void
AbstractClassifierBasedGeneticAlgorithm. setSetupUpload(AbstractSetupUpload value)
Sets the scheme for uploading the currently best job setup. -
Uses of AbstractSetupUpload in adams.opt.genetic.setupupload
Subclasses of AbstractSetupUpload in adams.opt.genetic.setupupload Modifier and Type Class Description class
MySQL
Stores the setup information in the specified MySQL table.class
Null
Dummy, does not nothing.
-