Class StandardEconomyProvider
java.lang.Object
org.episteme.natural.economics.growth.providers.StandardEconomyProvider
- All Implemented Interfaces:
AlgorithmProvider, EconomyProvider
Standard implementation of the Solow-Swan stochastic growth model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleevolve(double k, EconomyParameters params, double dt, double dW) Evolves the capital state using double precision.floatevolve(float k, EconomyParameters params, float dt, float dW) Evolves the capital state using float precision.evolve(Real k, EconomyParameters params, double dt, double dW) Evolves the capital state using high-precision Real numbers.Returns the unique category of the algorithm.getName()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AlgorithmProvider
description, getMetadata, getPriority, isAvailable, score, shutdown
-
Constructor Details
-
StandardEconomyProvider
public StandardEconomyProvider()
-
-
Method Details
-
evolve
Description copied from interface:EconomyProviderEvolves the capital state using high-precision Real numbers.- Specified by:
evolvein interfaceEconomyProvider
-
evolve
Description copied from interface:EconomyProviderEvolves the capital state using double precision.- Specified by:
evolvein interfaceEconomyProvider
-
evolve
Description copied from interface:EconomyProviderEvolves the capital state using float precision.- Specified by:
evolvein interfaceEconomyProvider
-
getName
- Specified by:
getNamein interfaceAlgorithmProvider
-
getAlgorithmType
Description copied from interface:AlgorithmProviderReturns the unique category of the algorithm.- Specified by:
getAlgorithmTypein interfaceAlgorithmProvider
-