physbo.search.call_simulator module¶
- 
physbo.search.call_simulator.call_simulator(simu, action)[ソース]¶ パラメータ: - simu (simulator object) -- This object is called in call_simulator and must have __call__(action).
 - action (int) -- Index of actions
 
戻り値: - t (float) -- The negative energy of the target candidate (value of the objective function to be optimized).
 - X (numpy array) -- d dimensional matrix. The d-dimensional feature vector of the target candidate.