Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

""" 

Below are the fields used within libEnsemble 

""" 

libE_fields = [('sim_id',int), # The number of the entry in H that was generated 

('given',bool), # True if the entry has been given to a worker for a sim eval 

('given_time',float), # Time (since epoch) that the entry was given to a worker for a sim eval 

('sim_worker',int), # Worker that did (or is doing) the sim eval 

('gen_worker',int), # Worker that generated the entry 

('returned',bool), # True if the entry has been returned from the sim eval 

]