parameter_info - Documenting algorithm parameters ================================================= When evaluating algorithm performance, it is crucial to keep track of the parameterization used for each run. Otherwise, when looking at a growing set of results for different parameterization of the algorithm, it can be very hard to find out what the actual differences were, and maybe even to reproduce a good result I got earlier on before trying out a gazillion of other parameterizations. **For for information, please see https://www.fme.lan/x/TYMBAg.** parameter_info ------------------- .. automodule:: parameter_info.parameter_info indirect_info ------------------- .. automodule:: parameter_info.indirect_info cached_info ------------------- .. automodule:: parameter_info.cached_info network_info ------------------- .. automodule:: parameter_info.network_info utils ------------------- .. automodule:: parameter_info.utils