ref:lua_params

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


ref:lua_params [2023/12/14 16:03] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== LuaParams ======
 +parameter access for use in lua scripting. 
 +
 +See [[script_controller|ScriptController]] and [[script_measure|ScriptMeasure]] for details on scripting. 
 +
 +==== Public Functions ====
 +^ Function ^ Description ^
 +| LuaNumber **create_from_mean_std**(LuaString name, LuaNumber mean, LuaNumber stdev, LuaNumber minval, LuaNumber maxval) | get or create an optimization parameter with a specific name, mean, stdev, minval and maxval |
 +| LuaNumber **create_from_string**(LuaString name, const std::string &value) | get or create an optimization parameter from a string |
 +
 +<sub>Converted from doxygen using [[https://github.com/tgeijten/dokugen|dokugen]]</sub>