#include <cpl.h>
#include "xsh_model_kernel.h"
#include "xsh_model_io.h"
#include "xsh_model_metric.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <float.h>
#include "xsh_model_sa.h"
#include "xsh_model_r250.h"
#include "xsh_model_cputime.h"
#include "xsh_model_randlcg.h"
#include <xsh_utils.h>
#include <xsh_error.h>
#include <xsh_msg.h>
#include "xsh_pfits.h"
#include "xsh_dfs.h"
Go to the source code of this file.
|
| void | xsh_3_assign (int loc, double val) |
| |
| void | xsh_3_output_data (double *) |
| |
| cpl_table * | xsh_model_anneal_comp (ann_all_par *p_all_par, int nparam, double *abest, double *amin, double *amax, int *aname, struct xs_3 *p_xs_3, int DS_size, coord *msp_coord, DOUBLE *p_wlarray, DOUBLE **ref_ind, int maxit) |
| | Use the simulated annealing algorithm to adjust the model parameters so that the metric (mean Euclidean residual) is minimised.
|
| |
| float | xsh_3_energy (double *a) |
| |