- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.ParallelEngine/3.3/ParallelEngine.cs
r13368 r14711 33 33 /// This engine is suitable for parallel processing on shared memory systems which provide multiple cores. 34 34 /// </summary> 35 [Storable Class("F6D6429D-DAF4-47AB-98C6-27F620C23280")]35 [StorableType("F6D6429D-DAF4-47AB-98C6-27F620C23280")] 36 36 [Item("Parallel Engine", "Engine for parallel execution of algorithms using multiple threads (suitable for shared memory systems with multiple cores).")] 37 37 public class ParallelEngine : Engine {
Note: See TracChangeset
for help on using the changeset viewer.