Mariusz Slabicki

Results 4 issues of Mariusz Slabicki

I am trying to setup kopia behind nginx reverse proxy. I am following the project documentation. However my use case is slightly different. I would like to run kopia behind...

documentation

Currently, the optimization function is very slow. Probably it is possible to improve performance by rewrite it and use numba. More info: http://numba.pydata.org/

Improve function to create hexagonal network to be able to take several different numbers of BS.

When i try to run code from examples (http://esa.github.io/pygmo/tutorials/analysis_unconstrained_problem.html) prob = problem.kur(4) inspector = util.analysis(prob, 500, method='sobol', output_to_file=False) inspector.f_distribution() inspector.f_linearity_convexity() inspector.f_regression(degree=[1,1,2,2,3,3],interaction=[False,True,False,True,False,True]) inspector.f_sensitivity() inspector.levelset(threshold=45, k_tune=2) inspector.local_search(clusters_to_show=3, scatter_plot_dimensions=[1,2], algo=algorithm.gsl_nm(), decomposition_method='weighted', weights='uniform') inspector.f_correlation()...