Vita
Classes | Namespaces | Enumerations
gp/src/search.h File Reference

Go to the source code of this file.

Classes

class  vita::src_search< T, ES >
 Drives the search for solutions of symbolic regression / classification tasks. More...
 

Namespaces

namespace  vita
 The main namespace for the project.
 

Enumerations

enum class  evaluator_id {
  count = 0 , mae , rmae , mse ,
  bin , dyn_slot , gaussian , undefined
}
 
enum class  metric_flags : unsigned { nothing = 0x0000 , accuracy = 1 << 0 , f1_score = 1 << 1 , everything = 0xFFFF }
 
enum class  validator_id { as_is , dss , holdout , undefined }
 

Detailed Description

Remarks
This file is part of VITA.
License\n
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/

Definition in file gp/src/search.h.