Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
g4lbne
BeamSimStudies
GeneticOptimization
test.py
Go to the documentation of this file.
1
import
Optimizations
2
from
time
import
time
3
4
start =
time
()
5
print
start
6
test =
Optimizations.Optimization
(
"CP_run7"
)
7
8
end =
time
()
9
print
"Start to finish: "
,
str
(end-start)
10
Optimizations.Optimization
Definition:
Optimizations.py:6
time
str
static QCString str
Definition:
fortrancode.cpp:27098
Generated by
1.8.11