[parameters]
population:	 100
crossover rate:	 0.75
blx_alpha:	 0.5
mutation rate:	 0.1
elitism:	 yes
tournament size: 5
crossover:       sbx
mutation:        sigma
sigma:		 0.1
direction:	 min

[job]
type: external auto
command: ./external-intpot.sh
runs:		1
evaluations:	500
Geometries:   coord.molden  
Energies:  energies.txt
Atom2type: atom2types.txt
Bounds: bounds.txt
Charges: charges.txt 
Potential: 0
All coefficients: no
fitting: relative
test: 1488732015

[print]
geometries: no
runs: no

[analytical]
expression: potential 3
distance: dist
potential: pot
coefficients: a, b, c1, c2, d1, d2, e1, e2

[potential 1]
V=A*EXP(-B*R)+C/R**D;

[potential 2]
v=a*exp(-b*r)+c/r**d+e/r**f;

[potential 3]
v1=a*exp(-b*dist);
v2=c1/dist**c2;
v3=d1/dist**d2;
v4=e1/dist**e2;
pot=v1+v2+v3+v4
