sampler_grid_search.h File Reference

Header file for Grid Search class. More...

#include <vector>
#include <string>
#include "../util/random_number_generator.h"
#include "../likelihood/likelihood.h"
Include dependency graph for sampler_grid_search.h:
This graph shows which files directly or indirectly include this file:

Classes

class  sampler_grid_search
 Implements a Grid Search Sampler. More...
 

Detailed Description

Author
Mansour Karami
Date
July 2017

The grid search sampler evaluates the chi squared on a grid in the model parameter space. The positions on the grid in each parameter are defind by a minimum value, a maximum value and the number of smaples in that particular direction. The sampler outputs a file that contains the values of the parameters on the gird together with their corresponding chi squared values.