diff options
author | Jan Gelety <jgelety@cisco.com> | 2020-05-07 04:37:19 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2020-07-23 21:59:13 +0200 |
commit | 38ba3408ef77161b61cd4be702d0c6e8fc36f8e5 (patch) | |
tree | ce5ef9ae9e7c9b6d4498bc719ae33b04701aee81 /resources/libraries/python/MLRsearch/MultipleLossRatioSearch.py | |
parent | a40195bdda6ec06af8479cfe7d3b3e11d4c9778f (diff) |
T-Rex: Add advanced stateful mode
- provide base routines to run T-Rex in advanced stateful mode
Change-Id: Ib0dc5f2919c370753335f6446860683dc4b12d93
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/python/MLRsearch/MultipleLossRatioSearch.py')
-rw-r--r-- | resources/libraries/python/MLRsearch/MultipleLossRatioSearch.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/python/MLRsearch/MultipleLossRatioSearch.py b/resources/libraries/python/MLRsearch/MultipleLossRatioSearch.py index a4e387441f..2db65ef755 100644 --- a/resources/libraries/python/MLRsearch/MultipleLossRatioSearch.py +++ b/resources/libraries/python/MLRsearch/MultipleLossRatioSearch.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019 Cisco and/or its affiliates. +# Copyright (c) 2020 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -135,7 +135,7 @@ class MultipleLossRatioSearch(AbstractSearchAlgorithm): :type measurer: AbstractMeasurer.AbstractMeasurer :type final_relative_width: float :type final_trial_duration: float - :type initial_trial_duration: int + :type initial_trial_duration: float :type number_of_intermediate_phases: int :type timeout: float :type doublings: int |