-
Notifications
You must be signed in to change notification settings - Fork 18
Developer's Guide
H. Joe Lee edited this page Apr 5, 2022
·
20 revisions
Data Placement Engine (DPE) is the heart of Hermes performance. Developers may want to replace the default engine using different optimization algorithms.
You can quickly check how DPE is tested.
This is the code that you need to modify.
If you look at the line 206 Status result;
in MinimizeIoTimePlacement(), the default value of result is always HERMES_SUCCESS
as defined in src/hermes_status.h.