Package libTI2 :: Package optimize :: Module nnca
[hide private]
[frames] | no frames]

Module nnca

source code

Classes [hide private]
  tf_function
  tf_system
  dataloader
Functions [hide private]
 
fmin_brute(f, ranges, logarithmic=True) source code
 
fmin_gen(f, x0, population_size=100, survivors=20, generations=20000, intruders=0, use_pp=True, convenience_class=None) source code
 
fmin_differential_evolution(f, x0, population_size=100, generations=20000, bounds=[0.0001, 10000.0], crossover_factor=0.2) source code
 
make_spaces_in_formula(formula) source code
 
load_tfs() source code
 
save_tfs(tfs) source code
 
main() source code
Variables [hide private]
  __package__ = 'libTI2.optimize'

Imports: random, scipy, datetime, copy, math, pickle, numpy