| Name | Description | Type | Package | Framework |
| LocalGridExecutor | Interface for classes that execute all their tasks locally (in the same JVM). | Interface | com.numericalmethod.suanshu.grid.executor.local | SuanShu |
| LocalGridExecutorFactory | Creates local instances of GridExecutors from a configuration object. | Class | com.numericalmethod.suanshu.grid.executor.local | SuanShu |
| LocalParallelGridExecutor | Grid executor that executes everything locally. | Class | com.numericalmethod.suanshu.grid.executor.local | SuanShu |
| ThreadLocalRngGridExecutor | A simple adaptor, which allows for execution of RandomizedFunctions, using a random number generator for each thread (with the same thread name). | Class | com.numericalmethod.suanshu.grid.executor.local | SuanShu |