abstractgeneticalgorithm.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 857 行 · 第 1/5 页
HTML
857 行
<CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#NON_DOMINATED_SORTING_SELECTION">NON_DOMINATED_SORTING_SELECTION</A></B></CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#PARAMETER_DYNAMIC_SELECTION_PRESSURE">PARAMETER_DYNAMIC_SELECTION_PRESSURE</A></B></CODE><BR> The parameter name for "If set to true the selection pressure is increased to maximum during the complete optimization run (only Boltzmann and tournament selection).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#PARAMETER_GENERATIONS_WITHOUT_IMPROVAL">PARAMETER_GENERATIONS_WITHOUT_IMPROVAL</A></B></CODE><BR> The parameter name for "Stop criterion: Stop after n generations without improval of the performance (-1: perform all generations).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#PARAMETER_KEEP_BEST_INDIVIDUAL">PARAMETER_KEEP_BEST_INDIVIDUAL</A></B></CODE><BR> The parameter name for "If set to true, the best individual of each generations is guaranteed to be selected for the next generation (elitist selection).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#PARAMETER_MAXIMUM_NUMBER_OF_GENERATIONS">PARAMETER_MAXIMUM_NUMBER_OF_GENERATIONS</A></B></CODE><BR> The parameter name for "Number of generations after which to terminate the algorithm.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#PARAMETER_POPULATION_SIZE">PARAMETER_POPULATION_SIZE</A></B></CODE><BR> The parameter name for "Number of individuals per generation.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#PARAMETER_SELECTION_SCHEME">PARAMETER_SELECTION_SCHEME</A></B></CODE><BR> The parameter name for "The selection scheme of this EA.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#PARAMETER_START_TEMPERATURE">PARAMETER_START_TEMPERATURE</A></B></CODE><BR> The parameter name for "The scaling temperature (only Boltzmann selection).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#PARAMETER_TOURNAMENT_SIZE">PARAMETER_TOURNAMENT_SIZE</A></B></CODE><BR> The parameter name for "The fraction of the current population which should be used as tournament members (only tournament selection).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#RANK_SELECTION">RANK_SELECTION</A></B></CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#ROULETTE_WHEEL">ROULETTE_WHEEL</A></B></CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static java.lang.String[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#SELECTION_SCHEMES">SELECTION_SCHEMES</A></B></CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#STOCHASTIC_UNIVERSAL">STOCHASTIC_UNIVERSAL</A></B></CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#TOURNAMENT_SELECTION">TOURNAMENT_SELECTION</A></B></CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#UNIFORM_SELECTION">UNIFORM_SELECTION</A></B></CODE><BR> </TD></TR></TABLE> <A NAME="fields_inherited_from_class_com.rapidminer.operator.features.FeatureOperator"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Fields inherited from class com.rapidminer.operator.features.<A HREF="../../../../../com/rapidminer/operator/features/FeatureOperator.html" title="class in com.rapidminer.operator.features">FeatureOperator</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../com/rapidminer/operator/features/FeatureOperator.html#PARAMETER_CONSTRAINT_DRAW_RANGE">PARAMETER_CONSTRAINT_DRAW_RANGE</A>, <A HREF="../../../../../com/rapidminer/operator/features/FeatureOperator.html#PARAMETER_DRAW_DOMINATED_POINTS">PARAMETER_DRAW_DOMINATED_POINTS</A>, <A HREF="../../../../../com/rapidminer/operator/features/FeatureOperator.html#PARAMETER_LOCAL_RANDOM_SEED">PARAMETER_LOCAL_RANDOM_SEED</A>, <A HREF="../../../../../com/rapidminer/operator/features/FeatureOperator.html#PARAMETER_MAXIMAL_FITNESS">PARAMETER_MAXIMAL_FITNESS</A>, <A HREF="../../../../../com/rapidminer/operator/features/FeatureOperator.html#PARAMETER_PLOT_GENERATIONS">PARAMETER_PLOT_GENERATIONS</A>, <A HREF="../../../../../com/rapidminer/operator/features/FeatureOperator.html#PARAMETER_POPULATION_CRITERIA_DATA_FILE">PARAMETER_POPULATION_CRITERIA_DATA_FILE</A>, <A HREF="../../../../../com/rapidminer/operator/features/FeatureOperator.html#PARAMETER_SHOW_POPULATION_PLOTTER">PARAMETER_SHOW_POPULATION_PLOTTER</A>, <A HREF="../../../../../com/rapidminer/operator/features/FeatureOperator.html#PARAMETER_SHOW_STOP_DIALOG">PARAMETER_SHOW_STOP_DIALOG</A>, <A HREF="../../../../../com/rapidminer/operator/features/FeatureOperator.html#PARAMETER_USER_RESULT_INDIVIDUAL_SELECTION">PARAMETER_USER_RESULT_INDIVIDUAL_SELECTION</A></CODE></TD></TR></TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --><A NAME="constructor_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Constructor Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#AbstractGeneticAlgorithm(com.rapidminer.operator.OperatorDescription)">AbstractGeneticAlgorithm</A></B>(<A HREF="../../../../../com/rapidminer/operator/OperatorDescription.html" title="class in com.rapidminer.operator">OperatorDescription</A> description)</CODE><BR> </TD></TR></TABLE> <!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Method Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected abstract <A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#getCrossoverPopulationOperator(com.rapidminer.example.ExampleSet)">getCrossoverPopulationOperator</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> example)</CODE><BR> Returns an operator that performs crossover.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected abstract <A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#getMutationPopulationOperator(com.rapidminer.example.ExampleSet)">getMutationPopulationOperator</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> example)</CODE><BR> Returns an operator that performs the mutation.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.util.List<<A HREF="../../../../../com/rapidminer/parameter/ParameterType.html" title="class in com.rapidminer.parameter">ParameterType</A>></CODE></FONT></TD>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?