|
| | __init__ (self, client, robot, problemSolver) |
| |
| | do (self, initCase=lambda this, case, None iter) |
| |
| | getCase (self, iter) |
| |
| | writeResume (self, filename=None) |
| |
| | tryResumeAndDelete (self, filename=None) |
| |
| | resumeFrom (self, fname) |
| |
| | plotTime (self, axes) |
| |
| | plotPathLength (self, axes) |
| |
| | writeDatabase (self, nameDatabase, experimentName="default", nameLogFile="temp.log", append=False) |
| |
| | __str__ (self) |
| |
|
| | toSeconds = np.array([60 * 60, 60, 1, 1e-3]) |
| |
| str | crashFile = "/tmp/resume.hpp.corbaserver.benchmark.pickle" |
| |
◆ __init__()
| hpp.corbaserver.benchmark.Benchmark.__init__ |
( |
| self, |
|
|
| client, |
|
|
| robot, |
|
|
| problemSolver ) |
◆ __str__()
| hpp.corbaserver.benchmark.Benchmark.__str__ |
( |
| self | ) |
|
◆ _boxplot()
| hpp.corbaserver.benchmark.Benchmark._boxplot |
( |
| self, |
|
|
| axes, |
|
|
| datas, |
|
|
| ylabel ) |
|
protected |
◆ _printStats()
| hpp.corbaserver.benchmark.Benchmark._printStats |
( |
| self, |
|
|
| times, |
|
|
| nodes, |
|
|
| pathLengths ) |
|
protected |
◆ do()
| hpp.corbaserver.benchmark.Benchmark.do |
( |
| self, |
|
|
| initCase = lambda this, |
|
|
| case, |
|
|
None | iter ) |
◆ getCase()
| hpp.corbaserver.benchmark.Benchmark.getCase |
( |
| self, |
|
|
| iter ) |
◆ plotPathLength()
| hpp.corbaserver.benchmark.Benchmark.plotPathLength |
( |
| self, |
|
|
| axes ) |
◆ plotTime()
| hpp.corbaserver.benchmark.Benchmark.plotTime |
( |
| self, |
|
|
| axes ) |
◆ resumeFrom()
| hpp.corbaserver.benchmark.Benchmark.resumeFrom |
( |
| self, |
|
|
| fname ) |
◆ tryResumeAndDelete()
| hpp.corbaserver.benchmark.Benchmark.tryResumeAndDelete |
( |
| self, |
|
|
| filename = None ) |
◆ writeDatabase()
| hpp.corbaserver.benchmark.Benchmark.writeDatabase |
( |
| self, |
|
|
| nameDatabase, |
|
|
| experimentName = "default", |
|
|
| nameLogFile = "temp.log", |
|
|
| append = False ) |
◆ writeResume()
| hpp.corbaserver.benchmark.Benchmark.writeResume |
( |
| self, |
|
|
| filename = None ) |
◆ cases
| hpp.corbaserver.benchmark.Benchmark.cases = [None] |
◆ client
| hpp.corbaserver.benchmark.Benchmark.client = client |
◆ crashFile
| str hpp.corbaserver.benchmark.Benchmark.crashFile = "/tmp/resume.hpp.corbaserver.benchmark.pickle" |
|
static |
◆ current
| hpp.corbaserver.benchmark.Benchmark.current = None |
◆ iterPerCase
| hpp.corbaserver.benchmark.Benchmark.iterPerCase = 1 |
◆ ps
| hpp.corbaserver.benchmark.Benchmark.ps = problemSolver |
◆ results
| hpp.corbaserver.benchmark.Benchmark.results = dict() |
◆ robot
| hpp.corbaserver.benchmark.Benchmark.robot = robot |
◆ seedRange
| hpp.corbaserver.benchmark.Benchmark.seedRange = list(range(1)) |
◆ toSeconds
| hpp.corbaserver.benchmark.Benchmark.toSeconds = np.array([60 * 60, 60, 1, 1e-3]) |
|
static |
The documentation for this class was generated from the following file: