Uses of Class
org.evoludo.util.CLOption
Packages that use CLOption
Package
Description
EvoLudo - A platform for the exploration of evolutionary models.
The toolkit to explore interactive evolutionary models.
Custom modules for running simulations on the command line.
The models that generate evolutionary trajectories based on the specifications of each module.
The modules to implement various evolutionary models.
Utility classes and functions.
-
Uses of CLOption in org.evoludo
Fields in org.evoludo declared as CLOption -
Uses of CLOption in org.evoludo.simulator
Fields in org.evoludo.simulator declared as CLOptionModifier and TypeFieldDescriptionfinal CLOptionEvoLudo.cloDelayCommand line option to set the delay between subsequent updates.final CLOptionEvoLudoGWT.cloEmulateCommand line option to mimic ePub modes and to disable device capabilities.final CLOptionEvoLudo.cloHelpCommand line option to print help message for available command line options.final CLOptionEvoLudo.cloModelCommand line option to set the type of model (seeType).final CLOptionEvoLudo.cloModuleCommand line option to set module.final CLOptionEvoLudo.cloRNGCommand line option to perform test of random number generator on launch.final CLOptionEvoLudo.cloRunCommand line option to request that the EvoLudo model immediately starts running after loading.final CLOptionEvoLudo.cloSeedCommand line option to set seed of random number generator.final CLOptionEvoLudoGWT.cloSnapCommand line option to request that the EvoLudo model signals the completion of of the layouting procedure for taking snapshots, e.g.final CLOptionEvoLudo.cloTraitColorSchemeCommand line option to set color scheme for coloring continuous traits.final CLOptionEvoLudo.cloTrajectoryColorCommand line option to set the color for trajectories.final CLOptionEvoLudo.cloVerboseCommand line option to set verbosity level of logging. -
Uses of CLOption in org.evoludo.simulator.exec
Fields in org.evoludo.simulator.exec declared as CLOptionModifier and TypeFieldDescriptionfinal CLOptionscanCSD.cloB1Command line option to set the benefit parameterb1, or its range or its range to scan.final CLOptionscanCSD.cloB2Command line option to set the benefit parameterb2, or its range or its range to scan.final CLOptionsimCDLP.cloBasinCommand line option to determine the basin of attraction of punishers and cooperators.final CLOptionscanCSD.cloBinsCommand line option to set the number of bins for the distribution (histogram).final CLOptionscanCSD.cloC1Command line option to set the cost parameterc1, or its range or its range to scan.final CLOptionscanCSD.cloC2Command line option to set the cost parameterc2, or its range or its range to scan.final CLOptionscanCSD.cloDistributionThe command line option to print the trait distribution.final CLOptionsimCDLP.cloHistogramCommand line option to generate a histogram of states visited.final CLOptionsimTraits.cloMinTimeCommand line option to set the minimal measurement time.final CLOptionsimTraits.cloNPopulationsCommand line option to specify the population sizes.final CLOptionsimCDL.cloNSamplesCommand line option to set the number of samples for fixation probabilities.final CLOptionsimCDL.cloNStepsCommand line option to set the number of steps for initial frequencies.final CLOptionscanCSD.cloProgressCommand line option to show the simulation progress.final CLOptionsimCDL.cloProgressCommand line option to show the simulation progress.(package private) final CLOptionsimMoran.cloProgressCommand line option to show the simulation progress.final CLOptionsimTBT.cloProgressCommand line option to show the simulation progress.final CLOptionsimTraits.cloProgressCommand line option to show the simulation progress.final CLOptionsimTBT.cloRunsCommand line option to set the number of runs.final CLOptionsimTBT.cloScanDGCommand line option to scan the donation game.final CLOptionsimCDL.cloScanNLCommand line option to set the range and increments for scanning non-linearities.final CLOptionsimTBT.cloScanSTCommand line option to scan the S-T-plane.final CLOptionscanCSD.cloSnapIntervalThe command line option to set the interval for snapshots.final CLOptionsimCDLPQ.cloSnapIntervalCommand line option to set the interval for taking snapshots.final CLOptionsimTBT.cloSnapIntervalCommand line option to set the interval for taking snapshots.final CLOptionsimTBT.cloSnapPrefixCommand line option to set the prefix for snapshot filenames.final CLOptionsimCDLP.cloThresholdCommand line option to set the threshold for corner states.final CLOptionsimCDLP.cloTime2PunishCommand line option to determine the time to reach the threshold of punishers. -
Uses of CLOption in org.evoludo.simulator.models
Fields in org.evoludo.simulator.models declared as CLOptionModifier and TypeFieldDescriptionfinal CLOptionIBS.Statistics.cloCommand line option to customize statistics settings.final CLOptionIBSC.Init.cloCommand line option to set the type of initial configuration.final CLOptionIBSD.Init.cloCommand line option to set the type of initial configuration.final CLOptionMarkers.cloCommand line option to mark points on graphs (ParaGraph, S3Graph, LineGraph and HistoGraph).final CLOptionPopulationUpdate.cloCommand line option to set the method for updating the population(s).final CLOptionCommand line option to set whether player scores from interactions are accumulated or averaged (default).final CLOptionCommand line option to activate adjusted replicator dynamics (if possible) in ODE models.final CLOptionIBS.cloConsistencyCommand line option to enable consistency checks.final CLOptionODE.cloDEAccuracyCommand line option to set the desired accuracy of ODE calculations as criteria for convergence and whether population is monomorphic.final CLOptionODE.cloDEdtCommand line option to set the time incrementdtin DE models.final CLOptionCommand line option to set the fraction of links to add.final CLOptionCommand line option to set the competition geometry.final CLOptionCommand line option to set the interaction geometry.final CLOptionCommand line option to set the fraction of links to rewire.final CLOptionODE.cloInitCommand line option to set the initial configuration in ODE/SDE models.final CLOptionIBS.cloInteractionsCommand line option to set whether players interact with all their neighbours or a random subsample.final CLOptionIBS.cloMigrationCommand line option to set the migration types and probabilities of players.final CLOptionIBSD.cloOptimizeCommand line option to request optimizations.final CLOptionAdvection.cloPdeAdvectionCommand line option to set the advection coefficients of every trait against all others.final CLOptionPDE.cloPdeDiffusionCommand line option to set the diffusion coefficients.final CLOptionPDE.cloPdeLCommand line option to set the linear extension.final CLOptionPDE.cloPdeNCommand line option to set the discretization as the total number of spatial units to use for the numerical integration of the PDE.final CLOptionPDE.cloPdeSymmetricCommand line option to request preservation of symmetry.final CLOptionIBS.cloReferencesCommand line option to set the method for choosing references/models among the neighbours of a player for updating their trait.final CLOptionModel.cloSamplesCommand line option to set the number of samples to take for statistical measurements.final CLOptionIBS.cloScoringTypeCommand line option to set method for resetting the scores of individuals.final CLOptionModel.cloTimeRelaxCommand line option to set the number of generations to relax the model from the initial configuration.final CLOptionODE.cloTimeReversedCommand line option to set the number of generations between reports forEvoLudo.modelNext().final CLOptionModel.cloTimeStepCommand line option to set the number of generations between reports forEvoLudo.modelNext().final CLOptionModel.cloTimeStopCommand line option to set the number of generations after which to stop the model calculations. -
Uses of CLOption in org.evoludo.simulator.modules
Fields in org.evoludo.simulator.modules declared as CLOptionModifier and TypeFieldDescriptionfinal CLOptionMap2Fitness.cloCommand line option to set the payoff/score to fitness map.final CLOptionMutation.Continuous.cloCommand line option to set the type of player updates.final CLOptionMutation.Discrete.cloCommand line option to set the type of player updates.final CLOptionPlayerUpdate.cloCommand line option to set the type of player updates.final CLOptionSpeciesUpdate.cloCommand line option to set the method for updating the population(s).final CLOptionATBT.cloAsymmetryCommand line option to set the origin of asymmetries to differences in genotype or in the environment.final CLOptionCentipede.cloBenefitCommand line option to set the benefit of cooperation, i.e.final CLOptionContinuous.cloBenefitsCommand line option to set the benefit function(s) for continuous traits.final CLOptionNetGames.cloColorsCommand line option to set the colors for altruists, fair players, and egoists.final CLOptionCDL.cloCostCommand line option to set the cost of cooperation, i.e.final CLOptionCentipede.cloCostCommand line option to set the cost of cooperation, i.e.final CLOptionEcoPGG.cloCostCommand line option to set the cost of cooperation, i.e.final CLOptionCDLPQ.cloCostPoolPunishCommand line option to set the cost of pool punishment.final CLOptionCDLP.cloCostPunishCommand line option to set the cost of peer punishment.final CLOptionContinuous.cloCostsCommand line option to set the cost function(s) for continuous traits.final CLOptionModule.cloDeathRateCommand line option to set death rate for ecological population updates.final CLOptionATBT.cloEnvironmentCommand line option to set the environmental values of the two different patch types.final CLOptionATBT.cloFeedbackCommand line option to set the feedback between traits and patch quality.final CLOptionMoran.cloFitnessCommand line option to set the fitness values for residents and mutants.final CLOptionModule.cloGeometryCommand line option to set the geometry (interaction and competition graphs identical).final CLOptionSIR.cloInfectCommand line option to set the transition probability for S -> I.final CLOptionCDL.cloInterestCommand line option to set the multiplication factor for public good interactions.final CLOptionEcoPGG.cloInterestCommand line option to set the multiplication factor for public good interactions.final CLOptionCommand line option to set the leniency of peer punishers towards cooperators, provided the composition of the interaction group reveals them as second-order free riders.final CLOptionCDLP.cloLeniencyLonersCommand line option to set the leniency of peer punishers towards loners.final CLOptionCommand line option to set the payoff to cooperators that failed to find any interaction partners.final CLOptionEcoPGG.cloLoneCooperatorCommand line option to set the payoff to cooperators that failed to find any interaction partners.final CLOptionCDL.cloLoneDefectorCommand line option to set the payoff to defectors that failed to find any interaction partners.final CLOptionEcoPGG.cloLoneDefectorCommand line option to set the payoff to defectors that failed to find any interaction partners.final CLOptionCDL.cloLonerCommand line option to set the payoff to loners that refuse to participate in the public goods interaction.final CLOptionDiscrete.cloMonoStopCommand line option to request that models stop execution when reaching monomorphic population states.final CLOptionModule.cloNGroupCommand line option to set the size of interaction groups.final CLOptionCentipede.cloNodesCommand line option to set the maximum number of decision nodes for the centipede game.final CLOptionModule.cloNPopulationCommand line option to set the population size.final CLOptionCDL.cloOthersCommand line option to set whether contributors get a share of the benefits generated by their own contributions.final CLOptionRSP.cloPayoffCommand line option to set the payoff matrix.final CLOptionTBT.cloPayoffsCommand line option to set the2×2payoff matrix for interactions between cooperators and defectors.final CLOptionATBT.cloPayoffs4x4Command line option to set the2×2payoff matrix for interactions between cooperators and defectors or the (generic)4×4payoff matrix for arbitrary interactions between four traits.final CLOptionModule.cloPhase2DAxesCommand line option to set the traits on phase plane axes.final CLOptionCDLPQ.cloPoolPunishCommand line option to set the fine of pool punishment for non-contributors.final CLOptionPredator.cloPredatorCommand line option to set the predator parameters.final CLOptionLV.cloPreyCommand line option to set the prey parameters.final CLOptionCDLP.cloPunishmentCommand line option to set the fine of peer punishment for non-contributors.final CLOptionNetGames.cloRatioCommand line option to set the cost-to-benefit ratio of cooperation.final CLOptionSIR.cloRecoverCommand line option to set the transition probability for I -> R.final CLOptionSIR.cloResistCommand line option to set the transition probability for R -> S.final CLOptionNetGames.cloSelectionCommand line option to set the cost-to-benefit ratio of cooperation.final CLOptionCDL.cloSoloCommand line option to set whether a single contributor suffices to generate the public good.final CLOptionModule.cloTraitColorsCommand line option to set the color of traits.final CLOptionModule.cloTraitDisableCommand line option to disable individual traits.final CLOptionModule.cloTraitNamesCommand line option to assign trait names.final CLOptionContinuous.cloTraitRangeCommand line option to set the minimum value of each trait. -
Uses of CLOption in org.evoludo.util
Fields in org.evoludo.util with type parameters of type CLOptionModifier and TypeFieldDescriptionCLOParser.optionsList of command line options available (after parsing).Methods in org.evoludo.util that return CLOptionModifier and TypeMethodDescriptionReturn option withnamefrom current list of command lineoptions.Methods in org.evoludo.util that return types with arguments of type CLOptionModifier and TypeMethodDescriptionCLOParser.getCLOptions()Get the current list of command lineoptions.Methods in org.evoludo.util with parameters of type CLOptionModifier and TypeMethodDescriptionvoidAddsoptionto current list of command lineoptions.intvoidCLOption.inheritKeysFrom(CLOption option) Inherit keys from another option.booleanRemoveoptionfrom current list of command lineoptions.