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 AbstractSetupUploadAbstractClassifierBasedGeneticAlgorithm. m_SetupUploadfor uploading the setups.Methods in adams.opt.genetic that return AbstractSetupUpload Modifier and Type Method Description AbstractSetupUploadAbstractClassifierBasedGeneticAlgorithm. 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 voidAbstractClassifierBasedGeneticAlgorithm. 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 classMySQLStores the setup information in the specified MySQL table.classNullDummy, does not nothing.
-