openModeller  Version 1.5.0
dg_garp_bs.cpp File Reference
#include "dg_garp_bs.hh"
#include "GarpAlgorithm.h"
#include <openmodeller/om.hh>
#include <openmodeller/Random.hh>
#include <openmodeller/Sampler.hh>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <unistd.h>
Include dependency graph for dg_garp_bs.cpp:

Go to the source code of this file.

Macros

#define SLEEP(secs)   sleep(secs);
 
#define NUM_PARAM   11
 

Functions

OM_ALG_DLL_EXPORT AlgorithmImplalgorithmFactory ()
 
OM_ALG_DLL_EXPORT AlgMetadata
const * 
algorithmMetadata ()
 

Variables

AlgParamMetadata parameters_bs [NUM_PARAM]
 
AlgMetadata metadata_bs
 

Macro Definition Documentation

#define NUM_PARAM   11

Definition at line 49 of file dg_garp_bs.cpp.

#define SLEEP (   secs)    sleep(secs);

Declaration of GARP with Best Subsets Procedure

Author
Ricardo Scachetti Pereira (rpere.nosp@m.ira@.nosp@m.ku.ed.nosp@m.u)
Date
2004-08-25
Id:
dg_garp_bs.cpp 3382 2007-07-19 19:09:18Z rdg

LICENSE INFORMATION

Copyright(c), The Center for Research, University of Kansas, 2385 Irving Hill Road, Lawrence, KS 66044-4755, USA.

http://www.nhm.ku.edu

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details:

http://www.gnu.org/copyleft/gpl.html

Definition at line 46 of file dg_garp_bs.cpp.

Function Documentation

OM_ALG_DLL_EXPORT AlgorithmImpl* algorithmFactory ( )

Definition at line 307 of file dg_garp_bs.cpp.

OM_ALG_DLL_EXPORT AlgMetadata const* algorithmMetadata ( )

Definition at line 314 of file dg_garp_bs.cpp.

References metadata_bs.

Variable Documentation

AlgMetadata metadata_bs

Definition at line 259 of file dg_garp_bs.cpp.

Referenced by algorithmMetadata().

AlgParamMetadata parameters_bs[NUM_PARAM]

Definition at line 54 of file dg_garp_bs.cpp.