Uses of Interface
org.episteme.core.technical.function.ToFloatFunction
Packages that use ToFloatFunction
Package
Description
-
Uses of ToFloatFunction in org.episteme.core.mathematics.numerical.fem
Methods in org.episteme.core.mathematics.numerical.fem with parameters of type ToFloatFunctionModifier and TypeMethodDescriptionfloat[]FEMProvider.solvePoisson(Mesh mesh, ToFloatFunction<float[]> sourceTerm) -
Uses of ToFloatFunction in org.episteme.core.mathematics.numerical.fem.providers
Methods in org.episteme.core.mathematics.numerical.fem.providers with parameters of type ToFloatFunctionModifier and TypeMethodDescriptionfloat[]MulticoreFEMProvider.solvePoisson(Mesh mesh, ToFloatFunction<float[]> sourceTerm) -
Uses of ToFloatFunction in org.episteme.core.mathematics.optimization.genetic
Methods in org.episteme.core.mathematics.optimization.genetic with parameters of type ToFloatFunctionModifier and TypeMethodDescriptionfloat[]GeneticAlgorithmProvider.solve(ToFloatFunction<float[]> fitnessFunction, int dimensions, int populationSize, int generations, float mutationRate) -
Uses of ToFloatFunction in org.episteme.core.mathematics.optimization.genetic.providers
Methods in org.episteme.core.mathematics.optimization.genetic.providers with parameters of type ToFloatFunctionModifier and TypeMethodDescriptionfloat[]MulticoreGeneticAlgorithmProvider.solve(ToFloatFunction<float[]> fitnessFunction, int dimensions, int populationSize, int generations, float mutationRate) -
Uses of ToFloatFunction in org.episteme.core.mathematics.statistics.montecarlo
Methods in org.episteme.core.mathematics.statistics.montecarlo with parameters of type ToFloatFunctionModifier and TypeMethodDescriptionfloatMonteCarloProvider.integrate(ToFloatFunction<float[]> function, float[] lowerBounds, float[] upperBounds, int samples) -
Uses of ToFloatFunction in org.episteme.core.mathematics.statistics.montecarlo.providers
Methods in org.episteme.core.mathematics.statistics.montecarlo.providers with parameters of type ToFloatFunctionModifier and TypeMethodDescriptionfloatMulticoreMonteCarloProvider.integrate(ToFloatFunction<float[]> function, float[] lowerBounds, float[] upperBounds, int samples)