Go to the source code of this file.
Classes | |
class | grid.LocalWorker |
class | grid.SSHWorker |
class | grid.TelnetWorker |
class | grid.Worker |
class | grid.WorkerStopToken |
Namespaces | |
namespace | grid |
Functions | |
def | grid.calculate_jobs |
def | grid.main |
def | grid.permute_sequence |
def | grid.process_options |
def | grid.range_f |
def | grid.redraw |
Variables | |
int | grid.fold = 5 |
string | grid.gnuplot_exe = "/usr/bin/gnuplot" |
tuple | grid.is_win32 = (sys.platform == 'win32') |
int | grid.nr_local_worker = 1 |
list | grid.ssh_workers = [] |
string | grid.svmtrain_exe = "../svm-train" |
list | grid.telnet_workers = [] |