| Name | Description | Type | Package | Framework |
| Abs | The node for calculating the absolute value of a number. | Class | org.moeaframework.util | MOEA |
|
| Acos | The node for calculating the arc cosine of a number. | Class | org.moeaframework.util | MOEA |
|
| Acosh | The node for calculating the hyperbolic arc cosine of a number. | Class | org.moeaframework.util | MOEA |
|
| Add | The node for adding two numbers. | Class | org.moeaframework.util | MOEA |
|
| And | The node for calculating the logical AND of two boolean values. | Class | org.moeaframework.util | MOEA |
|
| Asin | The node for calculating the arc sine of a number. | Class | org.moeaframework.util | MOEA |
|
| Asinh | The node for calculating the hyperbolic arc sine of a number. | Class | org.moeaframework.util | MOEA |
|
| Atan | The node for calculating the arc tangent of a number. | Class | org.moeaframework.util | MOEA |
|
| Atanh | The node for calculating the hyperbolic arc tangent of a number. | Class | org.moeaframework.util | MOEA |
|
| Call | The node for calling a named function. | Class | org.moeaframework.util | MOEA |
|
| Ceil | The node for calculating the smallest integer value that is greater than or equal to a number. | Class | org.moeaframework.util | MOEA |
|
| CommentedLineReader | Read text from a character-input stream, ignoring lines starting with the # character. | Class | org.moeaframework.util | MOEA |
|
| Constant | The node for defining a constant value. | Class | org.moeaframework.util | MOEA |
|
| ContextFreeGrammar | A context-free grammar. | Class | org.moeaframework.util | MOEA |
|
| Cos | The node for calculating the trigonometric cosine of an angle specified in radians. | Class | org.moeaframework.util | MOEA |
|
| Cosh | The node for calculating the hyperbolic cosine of a number. | Class | org.moeaframework.util | MOEA |
|
| Define | The node for defining a callable, named function. | Class | org.moeaframework.util | MOEA |
|
| DistributedProblem | Distributes the evaluate(Solution) method across multiple threads, cores or compute nodes using the provided ExecutorService. | Class | org.moeaframework.util | MOEA |
|
| Divide | The node for dividing two numbers. | Class | org.moeaframework.util | MOEA |
|
| Environment | The execution context, or environment, storing the named variables used by a program. | Class | org.moeaframework.util | MOEA |
|
| Equals | The node for comparing two numbers for equality. | Class | org.moeaframework.util | MOEA |
|
| Exp | The node for calculating the result of Euler's number e raised to the power of a number. | Class | org.moeaframework.util | MOEA |
|
| FileProtection | Detects corrupted files using the MD5 message digest in a format compatible with the Unix command line utility md5sum. | Class | org.moeaframework.util | MOEA |
|
| FileUtils | | Class | org.moeaframework.util | MOEA |
|
| Floor | The node for calculating the largest integer value that is less than or equal to a number. | Class | org.moeaframework.util | MOEA |
|
| For | The node for executing an expression for a given number of iterations. | Class | org.moeaframework.util | MOEA |
|
| FutureSolution | Represents a Solution evaluated asynchronously. | Class | org.moeaframework.util | MOEA |
|
| Get | The node for reading the value stored in a named variable within the current scope. | Class | org.moeaframework.util | MOEA |
|
| GrammarException | Exception indicating an error while parsing or processing grammars. | Class | org.moeaframework.util | MOEA |
|
| GreaterThan | The node for comparing if one number is greater than another. | Class | org.moeaframework.util | MOEA |
|
| GreaterThanOrEqual | The node for comparing if a number is greater than or equal to another. | Class | org.moeaframework.util | MOEA |
|
| IfElse | The node for executing one of two expressions depending on the result of a boolean expression. | Class | org.moeaframework.util | MOEA |
|
| IntervalRatioStatisticalTest | Abstract class for interval ratio statistical tests. | Class | org.moeaframework.util | MOEA |
|
| KruskalWallisTest | The Kruskal-Wallis One-Way Analysis of Variance by Ranks is a non-parametric statistical test determining if (at least) two out of K >= 2 populations have | Class | org.moeaframework.util | MOEA |
|
| Lambda | The node for defining an immutable, anonymous function. | Class | org.moeaframework.util | MOEA |
|
| LatinHypercube | Generates sequences using Latin hypercube sampling (LHS). | Class | org.moeaframework.util | MOEA |
|
| LessThan | The node for comparing if a number is less than another. | Class | org.moeaframework.util | MOEA |
|
| LessThanOrEqual | The node for comparing if a number is less than or equal to another. | Class | org.moeaframework.util | MOEA |
|
| Log | The node for calculating the natural logarithm of a number. | Class | org.moeaframework.util | MOEA |
|
| Log10 | The node for calculating the base-10 logarithm of a number. | Class | org.moeaframework.util | MOEA |
|
| MannWhitneyUTest | The Mann-Whitney U test determines if two populations have different medians. | Class | org.moeaframework.util | MOEA |
|
| Max | The node for calculating the maximum value of the two arguments. | Class | org.moeaframework.util | MOEA |
|
| Min | The node for calculating the minimum value of the two arguments. | Class | org.moeaframework.util | MOEA |
|
| Modulus | The node for calculating the modulus, or remainder, of two numbers. | Class | org.moeaframework.util | MOEA |
|
| Multiply | The node for multiplying two numbers. | Class | org.moeaframework.util | MOEA |
|
| Node | A node in an expression tree. | Class | org.moeaframework.util | MOEA |
|
| NOP | The node for defining an empty expression. | Class | org.moeaframework.util | MOEA |
|
| NormalBoundaryIntersectionGenerator | Generates weights using the Normal Boundary Intersection (NBI) method. | Class | org.moeaframework.util | MOEA |
|
| Not | The node for calculating the logical NOT of a boolean value. | Class | org.moeaframework.util | MOEA |
|
| NumberArithmetic | Provides many arithmetic and trigonometric functions that operate on Numbers, performing any necessary implicit casting. | Class | org.moeaframework.util | MOEA |
|
| Observation | Stores an observed value and the group from which the observation belongs. | Class | org.moeaframework.util | MOEA |
|
| OneWayANOVA | The Single-Factor Between-Subjects Analysis of Variance determines if (at least) two out of K >= 2 populations have differing means. | Class | org.moeaframework.util | MOEA |
|
| Or | The node for calculating the logical OR of two boolean values. | Class | org.moeaframework.util | MOEA |
|
| OrdinalStatisticalTest | Abstract class for implementing ordinal (rank-based) statistical tests. | Class | org.moeaframework.util | MOEA |
|
| Parser | Parses simple context-free grammars in Backus-Naur form (BNF). | Class | org.moeaframework.util | MOEA |
|
| Power | The node for calculating the power of a base number and exponent. | Class | org.moeaframework.util | MOEA |
|
| Production | A context-free grammar production. | Class | org.moeaframework.util | MOEA |
|
| ProgressEvent | A progress report, including the percent complete, elapsed time, and remaining time. | Class | org.moeaframework.util | MOEA |
|
| ProgressHelper | Helper for notifying ProgressListeners when the evaluation progress of an Executor changes. | Class | org.moeaframework.util | MOEA |
|
| ProgressListener | | Interface | org.moeaframework.util | MOEA |
|
| RandomGenerator | Generates weights randomly. | Class | org.moeaframework.util | MOEA |
|
| RankedObservation | An observation with a rank. | Class | org.moeaframework.util | MOEA |
|
| RedirectStream | Redirects all content received by an InputStream to an OutputStream. | Class | org.moeaframework.util | MOEA |
|
| Round | The node for rounding a number to the nearest integer. | Class | org.moeaframework.util | MOEA |
|
| Rule | A context-free grammar rule. | Class | org.moeaframework.util | MOEA |
|
| Rules | The rules defining the program syntax. | Class | org.moeaframework.util | MOEA |
|
| Saltelli | Extension of Sobol's sequence for generating the samples for Saltelli's version of Sobol' global variance decomposition. | Class | org.moeaframework.util | MOEA |
|
| Sequence | Interface for generating a sequence of real numbers. | Interface | org.moeaframework.util | MOEA |
|
| Sequence | The node for executing two or more expressions in sequence. | Class | org.moeaframework.util | MOEA |
|
| Set | The node for assigning the value of a named variable within the current scope. | Class | org.moeaframework.util | MOEA |
|
| Sign | The node for calculating the sign of a number. | Class | org.moeaframework.util | MOEA |
|
| Sin | The node for calculating the trigonometric sine of an angle specified in radians. | Class | org.moeaframework.util | MOEA |
|
| SingleSampleTTest | The Single-Sample t test determines if the population's mean equals some Null Hypothesis: The population's mean equals X. | Class | org.moeaframework.util | MOEA |
|
| Sinh | The node for calculating the hyperbolic sine of a number. | Class | org.moeaframework.util | MOEA |
|
| Sobol | Generates sequences using the Sobol' low-discrepancy sequence generator. | Class | org.moeaframework.util | MOEA |
|
| Square | The node for calculating the square of a number. | Class | org.moeaframework.util | MOEA |
|
| SquareRoot | The node for calculating the square root of a number. | Class | org.moeaframework.util | MOEA |
|
| StatisticalTest | Interface for statistical hypothesis testing methods. | Interface | org.moeaframework.util | MOEA |
|
| Subtract | The node for subtracting two numbers. | Class | org.moeaframework.util | MOEA |
|
| Symbol | A context-free grammar symbol. | Class | org.moeaframework.util | MOEA |
|
| Tan | The node for calculating the trigonometric tangent of an angle specified in radians. | Class | org.moeaframework.util | MOEA |
|
| Tanh | The node for calculating the hyperbolic tangent of a number. | Class | org.moeaframework.util | MOEA |
|
| Truncate | The node for truncating, or bounding, a number within a range. | Class | org.moeaframework.util | MOEA |
|
| TwoSampleTTest | The Two-Sample t test determines if the mean of two populations are different. | Class | org.moeaframework.util | MOEA |
|
| Uniform | Generates sequences using a uniform random distribution. | Class | org.moeaframework.util | MOEA |
|
| UniformDesignGenerator | Generates weights according to a uniform design of mixtures using the Hammersley low-discrepancy sequence generator. | Class | org.moeaframework.util | MOEA |
|
| ValidationException | Exception indicating a file could not be validated. | Class | org.moeaframework.util | MOEA |
|
| WeightGenerator | Interface for generating a sequence of weights. | Interface | org.moeaframework.util | MOEA |
|
| While | The node for repeatedly executing an expression while a condition, a boolean expression, remains true. | Class | org.moeaframework.util | MOEA |
|
| WilcoxonSignedRanksTest | The Wilcoxon Signed-Ranks test determines if the population median is equal to a specified value. | Class | org.moeaframework.util | MOEA |