diff --git a/dfols/version.py b/dfols/version.py index 420edff..4d8dd1b 100644 --- a/dfols/version.py +++ b/dfols/version.py @@ -22,4 +22,4 @@ """ -__version__ = '1.2.1' +__version__ = '1.2.2' diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index 72955aa..7cba844 100755 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/history.doctree b/docs/build/doctrees/history.doctree index de047bc..a7b6c96 100755 Binary files a/docs/build/doctrees/history.doctree and b/docs/build/doctrees/history.doctree differ diff --git a/docs/build/doctrees/index.doctree b/docs/build/doctrees/index.doctree index 05679cb..5e6ea96 100755 Binary files a/docs/build/doctrees/index.doctree and b/docs/build/doctrees/index.doctree differ diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo index 99585fb..7de7206 100644 --- a/docs/build/html/.buildinfo +++ b/docs/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 7b9055b46ddcac05cf7b8a779833843b +config: b3ad0b00e790bb6579f3b5d48d034bbf tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/build/html/_sources/history.rst.txt b/docs/build/html/_sources/history.rst.txt index d33808a..917175a 100644 --- a/docs/build/html/_sources/history.rst.txt +++ b/docs/build/html/_sources/history.rst.txt @@ -38,3 +38,6 @@ Version 1.2.1 (13 Feb 2020) --------------------------- * Make the use of the `trustregion `_ package optional, not installed by default. +Version 1.2.2 (26 Feb 2021) +--------------------------- +* Minor update to remove NumPy deprecation warnings - no changes to the DFO-LS algorithm. diff --git a/docs/build/html/_static/documentation_options.js b/docs/build/html/_static/documentation_options.js index 120e3ee..872f3fb 100644 --- a/docs/build/html/_static/documentation_options.js +++ b/docs/build/html/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '1.2.1', + VERSION: '1.2.2', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/build/html/advanced.html b/docs/build/html/advanced.html index 789766a..506fd65 100644 --- a/docs/build/html/advanced.html +++ b/docs/build/html/advanced.html @@ -8,7 +8,7 @@ - Advanced Usage — DFO-LS v1.2.1 documentation + Advanced Usage — DFO-LS v1.2.2 documentation @@ -61,7 +61,7 @@
- 1.2.1 + 1.2.2
diff --git a/docs/build/html/diagnostic.html b/docs/build/html/diagnostic.html index 19fdb0f..75c1363 100644 --- a/docs/build/html/diagnostic.html +++ b/docs/build/html/diagnostic.html @@ -8,7 +8,7 @@ - Diagnostic Information — DFO-LS v1.2.1 documentation + Diagnostic Information — DFO-LS v1.2.2 documentation @@ -61,7 +61,7 @@
- 1.2.1 + 1.2.2
diff --git a/docs/build/html/genindex.html b/docs/build/html/genindex.html index 0a9cf87..7782668 100644 --- a/docs/build/html/genindex.html +++ b/docs/build/html/genindex.html @@ -9,7 +9,7 @@ - Index — DFO-LS v1.2.1 documentation + Index — DFO-LS v1.2.2 documentation @@ -60,7 +60,7 @@
- 1.2.1 + 1.2.2
diff --git a/docs/build/html/history.html b/docs/build/html/history.html index 45d3adb..bf0efca 100644 --- a/docs/build/html/history.html +++ b/docs/build/html/history.html @@ -8,7 +8,7 @@ - Version History — DFO-LS v1.2.1 documentation + Version History — DFO-LS v1.2.2 documentation @@ -60,7 +60,7 @@
- 1.2.1 + 1.2.2
@@ -99,6 +99,7 @@
  • Version 1.1.1 (5 Apr 2019)
  • Version 1.2 (12 Feb 2020)
  • Version 1.2.1 (13 Feb 2020)
  • +
  • Version 1.2.2 (26 Feb 2021)
  • @@ -218,6 +219,12 @@

    Version 1.2.1 (13 Feb 2020)trustregion package optional, not installed by default.

    +
    +

    Version 1.2.2 (26 Feb 2021)

    +
      +
    • Minor update to remove NumPy deprecation warnings - no changes to the DFO-LS algorithm.

    • +
    +
    diff --git a/docs/build/html/index.html b/docs/build/html/index.html index ecd312a..ff23853 100644 --- a/docs/build/html/index.html +++ b/docs/build/html/index.html @@ -8,7 +8,7 @@ - DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization — DFO-LS v1.2.1 documentation + DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization — DFO-LS v1.2.2 documentation @@ -60,7 +60,7 @@
    - 1.2.1 + 1.2.2
    @@ -158,8 +158,8 @@

    DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization

    -

    Release: 1.2.1

    -

    Date: 25 February 2021

    +

    Release: 1.2.2

    +

    Date: 26 February 2021

    Author: Lindon Roberts

    DFO-LS is a flexible package for finding local solutions to nonlinear least-squares minimization problems (with optional bound constraints), without requiring any derivatives of the objective. DFO-LS stands for Derivative-Free Optimizer for Least-Squares.

    That is, DFO-LS solves

    @@ -232,6 +232,7 @@

    DFO-LS: Derivative-Free Optimizer for Least-Squares MinimizationVersion 1.1.1 (5 Apr 2019)
  • Version 1.2 (12 Feb 2020)
  • Version 1.2.1 (13 Feb 2020)
  • +
  • Version 1.2.2 (26 Feb 2021)
  • diff --git a/docs/build/html/info.html b/docs/build/html/info.html index c3f8dc3..3700b58 100644 --- a/docs/build/html/info.html +++ b/docs/build/html/info.html @@ -8,7 +8,7 @@ - Overview — DFO-LS v1.2.1 documentation + Overview — DFO-LS v1.2.2 documentation @@ -61,7 +61,7 @@
    - 1.2.1 + 1.2.2
    diff --git a/docs/build/html/install.html b/docs/build/html/install.html index 22c7cb5..d18c9fb 100644 --- a/docs/build/html/install.html +++ b/docs/build/html/install.html @@ -8,7 +8,7 @@ - Installing DFO-LS — DFO-LS v1.2.1 documentation + Installing DFO-LS — DFO-LS v1.2.2 documentation @@ -61,7 +61,7 @@
    - 1.2.1 + 1.2.2
    diff --git a/docs/build/html/objects.inv b/docs/build/html/objects.inv index 245f22a..99d06a1 100644 Binary files a/docs/build/html/objects.inv and b/docs/build/html/objects.inv differ diff --git a/docs/build/html/search.html b/docs/build/html/search.html index c791c45..02d9a91 100644 --- a/docs/build/html/search.html +++ b/docs/build/html/search.html @@ -8,7 +8,7 @@ - Search — DFO-LS v1.2.1 documentation + Search — DFO-LS v1.2.2 documentation @@ -60,7 +60,7 @@
    - 1.2.1 + 1.2.2
    diff --git a/docs/build/html/searchindex.js b/docs/build/html/searchindex.js index 10130a3..517e08f 100644 --- a/docs/build/html/searchindex.js +++ b/docs/build/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["advanced","diagnostic","history","index","info","install","userguide"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":2,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["advanced.rst","diagnostic.rst","history.rst","index.rst","info.rst","install.rst","userguide.rst"],objects:{},objnames:{},objtypes:{},terms:{"00000000e":6,"00180000e":6,"00670067e":6,"00e":6,"01256863e":6,"01941978e":6,"04752848e":6,"06227943e":6,"07858081e":6,"09280752e":6,"09843514e":6,"10862447e":6,"10g":6,"12897463e":6,"19971362e":6,"1e20":6,"20e":6,"22992989e":6,"24129962e":6,"24991776e":6,"33017181e":6,"34676365e":6,"35e":6,"41166495e":6,"42808544e":6,"43e":6,"45394186e":6,"47252555e":6,"50e":6,"51525603e":6,"550476524e":6,"59085679e":6,"59634974e":6,"61e":6,"62398179e":6,"63036198e":6,"650274685e":6,"65956876e":6,"70205419e":6,"70749826e":6,"71355033e":6,"75304364e":6,"77e":6,"79999999e":6,"80e":6,"827884295e":6,"83184867e":6,"90335675e":6,"95045269e":6,"95108811e":6,"96161167e":6,"97239623e":6,"98196347e":6,"98830861e":6,"99950530e":6,"99999998e":6,"case":[0,4,6],"const":0,"default":[0,2,5,6],"float":6,"function":[0,4,6],"import":6,"long":2,"new":[0,4],"public":3,"return":[1,2,6],"short":6,"true":[0,1,4,6],"try":[0,3,4],"while":[0,4],Adding:3,And:6,For:[0,3,4,5,6],Such:4,That:[3,4],The:[0,1,3,6],Then:4,There:[0,4],These:6,Use:2,Using:[0,1,3],__future__:6,a_i:6,abl:6,about:[1,6],abov:[4,5,6],abs_tol:0,absolut:0,accept:0,access:6,accur:[4,6],accuraci:6,achiev:6,acm:[0,3,4,6],actual:1,add:[0,6],added:0,adding:0,addit:0,addition:5,additive_noise_level:0,adjust:[2,6],admin:5,advanc:[3,6],after:0,algebra:6,algorithm:[2,3,6],all:[0,1,4,6],allow:[0,6],along:6,alpha1:0,alpha2:0,alpha_1:0,alpha_2:0,also:[0,4,5,6],altern:[0,3,5,6],alwai:[0,4],amount:[0,6],ani:[0,1,3,6],anoth:0,appli:[0,6],applic:6,approach:0,approx:[4,6],approxim:[4,6],apr:3,aren:4,arg:[2,6],argument:[2,3],arrai:6,ask:[0,3,6],attempt:4,author:3,auto:2,auto_detect:0,automat:[0,5,6],avail:[0,6],averag:6,avoid:[0,2],awai:6,axes:6,b_i:6,base:[0,2,3,4,6],bash:5,basicconfig:6,becom:6,been:[1,6],befor:[0,6],behavior:2,below:[0,6],benjamin:[0,4,6],best:[0,1,4,6],between:2,block:5,bobyqa:3,both:6,bound:[0,1,2,3,4],bug:2,bugfix:2,build:[0,6],calcul:[2,4,6],calibr:[4,6],call:[0,1,4,6],can:[0,4,5,6],cannot:[0,4],cap:0,carlo:4,carti:[0,3,4,6],categori:4,caus:[0,6],cdl:6,cdot:[0,6],centr:3,certainli:4,cfmr2018:[0,4,6],chang:[0,1,2],check:4,check_objfun_for_overflow:0,choic:4,choos:4,clone:5,close:[2,4],closest:4,code:[2,5,6],coeffici:0,collabor:3,column:1,com:[5,6],common:4,commonli:6,compar:6,compil:5,complet:4,compon:0,comput:[1,4],computation:0,condit:[0,1,6],consecut:0,consid:4,consist:0,constrain:6,constraint:[3,4,6],construct:[4,6],contact:3,contain:[1,5,6],content:3,coordin:[0,6],coralia:[0,3,4,6],correct:[2,6],correctli:[2,6],correl:0,cost:[0,2,6],could:6,count:3,creat:2,criteria:0,criterion:0,crvmin:2,csv:1,current:[0,3,4,6],data:[0,3,4],datafram:[1,6],date:3,deactiv:6,dec:0,decai:6,decreas:[0,4,6],def:6,defin:[1,6],deflat:4,delta:[1,6],delta_:4,delta_k:[0,1,4],delta_scale_new_dirn:0,demonstr:6,depend:[0,1,2,4,6],depth:6,deriv:[0,4,6],describ:[0,4,6],descript:[1,4,6],design:[4,6],detail:[0,3,6],detect:2,determin:[0,4,6],determinist:2,develop:[3,4],dfo:[0,1,2],dfol:[0,1,5,6],diagnost:[0,3,6],diagnostic_info:[1,6],dictionari:[0,6],did:[0,6],differ:[0,2,4,6],differenc:4,difficult:4,dimension:6,direct:[0,6],directli:4,directori:[5,6],disciplin:4,displai:6,distanc:1,divid:2,do_geom_step:0,do_log:6,do_safety_step:0,doctor:3,document:[5,6],doe:[4,6],doi:2,doing:4,don:2,download:5,dure:[0,2],dynam:3,each:[0,1,4,6],easi:[5,6],easy_instal:5,effect:0,either:6,enabl:2,encount:0,end:0,enough:[0,6],ensur:2,entri:6,epsrc:3,equal:1,equat:3,error:[0,1,4,6],estim:[3,4],eta1:0,eta2:0,eta_1:0,eta_2:0,etc:[0,1],eval:6,evalu:[0,1,3,4],even:4,everi:[4,6],exactli:[1,6],exampl:[3,4,5],exclud:0,exist:4,exit:[2,6],exit_false_success_warn:6,exit_input_error:6,exit_linalg_error:6,exit_maxfun_warn:6,exit_slow_warn:6,exit_success:6,exit_tr_increase_error:6,exp:6,expect:6,expens:[0,1,4],experi:4,explain:1,exponenti:6,extend:6,extra:[0,2,6],factor:0,fals:[0,6],far:[1,6],fast:5,faster:[2,6],feasibl:2,featur:3,feb:3,februari:3,fewest:4,fiala:[0,3,4,6],figur:6,file:[0,1,5,6],filemod:6,filenam:6,find:[3,4,6],finish:6,finit:4,first:6,fit:[0,3],fix:[0,2,6],flag:[0,6],flexibl:[0,3,4,6],floor:0,focus:3,follow:[5,6],form:4,format:6,formul:4,fortran:[2,5],found:[0,1,6],framework:6,free:[0,4,6],frobeniu:1,from:[1,2,4,5,6],full:[0,2,3,6],full_geom_step:0,full_rank:0,fulli:1,further:0,g_k:1,gamma:0,gamma_:0,gamma_dec:0,gamma_inc:0,gamma_inc_overlin:0,gaussian:6,gca:6,gener:[3,6],geometri:[0,2,4],geq:0,get:[4,6],gfortran:5,git:5,github:[5,6],give:[0,6],given:[0,3,4,6],gnu:3,good:[4,6],grad:6,gradient:1,grid:6,group:3,grow:3,guarante:4,had:1,hand:[2,4,5],handl:2,happen:4,hard:0,has:[0,1,2,3,4,6],have:[0,4,5,6],help:6,here:6,hessian:2,high:6,higher:5,histori:[0,3],history_for_slow:0,home:5,how:[0,1,3,5],howev:[4,6],htm:6,html:[5,6],http:[5,6],idea:4,imlug:6,imlug_genstatexpls_sect004:6,impact:[2,6],imposs:4,impract:0,improv:[0,2,3,4,6],inaccur:4,inc:0,includ:[0,1,6],increas:[0,6],increase_ndirs_initial_amt:0,increase_npt:0,increase_npt_amt:0,increase_num_extra_steps_with_restart:0,indic:6,industri:3,infinit:4,info:[1,6],inform:[3,4,6],infti:6,init:0,initi:[2,3,6],initialis:[2,6],input:[0,2,4,6],inspect:0,instal:[2,3],instanc:[0,4],instead:[4,5],integ:6,interest:[3,4],interfac:6,intermedi:0,intern:[0,4,6],interpol:[2,3,4,6],interpolation_change_j_norm:1,interpolation_condition_numb:1,interpolation_error:1,interpolation_total_residu:1,introduc:0,invers:2,involv:[0,4],iter:[0,2,3,6],iter_this_run:1,iter_typ:1,iters_tot:1,its:[0,6],j_k:[0,1],jacobian:[0,1,2,6],jan:[0,3,4,6],jun:3,just:2,keep:4,known:4,l015803:3,label:6,lambda:[0,1],larg:[0,4],larger:0,largest:0,last:[0,1],lastli:6,latest:5,ldot:4,least:4,least_squar:6,left:4,legend:6,len:[0,6],length:0,leq:[0,3,4,6],less:0,let:6,level:[0,5,6],librari:4,licens:3,like:[4,6],lindon:[0,3,4,6],line:[0,6],linear:[0,1,4,6],link:2,linspac:6,list:[2,6],loc:6,local:[3,6],locat:5,log:[1,2,3,6],longer:2,lower:[0,1,3,6],lsqcurvefit:6,m_k:4,magnitud:[0,6],mai:[1,3,4,6],main:[4,6],maintain:4,major:4,make:[0,2,4,5,6],manag:3,mani:[0,3,4,6],manual:3,marteau:[0,3,4,6],math:6,mathbb:[3,4,6],mathemat:[0,3,4,6],mathrm:4,mathwork:6,matplotlib:6,matrix:[1,6],max:6,max_distance_xk:1,max_fake_successful_step:0,max_npt:0,max_slow_it:0,max_unsuccessful_restart:0,maxfun:[0,6],maximum:[0,1,6],mean:[1,4],measur:[0,4],messag:6,method:[0,2,4],min:6,min_:[3,4,6],min_chgj_slop:0,min_correl:0,min_sing_v:0,minim:[2,4],minimum:[0,6],minor:2,model:[2,3,4,6],modifi:6,modul:6,momentum:0,momentum_extra_step:0,mont:4,more:[0,3,4],most:[0,1,4,6],move:[0,4,6],move_xk:0,msg:6,multipl:[2,3,4,6],multiplicative_noise_level:0,must:6,myfil:[1,6],n_to_print_whole_x_vector:0,nag:3,navig:5,ndirs_initi:0,necessari:2,need:[4,6],never:[3,6],next:6,nfev:6,nois:[3,4,6],noisi:[0,3,4],non:[3,6],nonconvex:4,none:[0,6],nonlinear:3,nonlinear_system:6,nonzero:0,nor:4,norm:1,norm_gk:1,norm_sk:1,normal:6,note:[5,6],now:[0,6],npt:[0,1,6],nrestart:6,nrun:[1,6],nsampl:[1,6],num_extra_step:0,num_geom_step:0,num_new_dirns_each_it:0,number:[0,1,4,6],numer:3,numericalalgorithmsgroup:5,numpi:[5,6],obj:6,object:[1,3,4],objfun:[0,1,2,6],objfun_has_nois:[0,6],obs:4,observ:[4,6],occur:6,often:4,older:5,one:[0,1,4,5,6],onli:[0,1,4,6],oper:2,oppos:0,opposit:0,opt:6,optim:[0,1,4,6],option:[0,2,3,4,5],order:6,org:5,origin:6,orthogon:0,other:0,otherwis:[0,4],our:[3,4,6],out:6,output:[1,2,3,4],outsid:[3,6],over:[0,6],overdetermin:4,overflow:2,overflowerror:0,overlin:0,overrid:0,overridden:6,overview:[3,6],packag:[2,3,5],page:6,panda:[1,5,6],paper:[0,3,4,6],param1:6,param2:6,paramet:[2,3],part:[2,6],partial:6,particularli:[4,6],pass:[2,6],past:0,per:[0,1,2,6],perform:[0,2,4,6],perturb:0,perturb_trust_region_step:0,phase:[0,6],physic:4,piec:[0,1],pip:3,pleas:3,plot:6,plt:6,point:[1,2,3,4,6],pois:1,poised:[0,1],popul:1,possibl:[4,6],post:0,practic:6,precondit:0,predict:[1,4],prediction_error:6,prefer:4,preprint:[0,3,4,6],present:5,preserv:0,previou:[0,6],previous:1,print:[0,2,6],print_funct:6,print_progress:6,privat:5,privileg:5,probabl:4,problem:[0,1,2,3,4,6],proccess:4,process:[0,4],produc:[4,6],progress:[3,6],prohibit:4,provid:[4,5,6],pull:5,pure:5,purpos:6,put:4,pydata:5,pyplot:6,python:[0,5,6],quad:[3,4,6],quantit:4,quantiti:4,quit:0,quit_on_noise_level:0,r_1:[0,4,6],r_2:4,r_i:[0,4,6],r_m:[0,4,6],radii:0,radiu:[0,1,2,4,6],random:[0,2,6],random_directions_make_orthogon:0,random_initial_direct:0,rang:6,rank:0,rate:0,rather:2,ratio:[0,1],reach:[0,6],recommend:0,recycl:0,reduc:[0,2],reduce_delta:0,reduct:1,refer:3,regim:2,region:[2,3,4,5,6],regress:3,regular:0,regularli:4,rel:0,rel_tol:0,relationship:4,relax:[3,6],releas:[2,3],remov:5,repeat:4,replac:6,reproduc:[2,6],request:6,requir:[0,3,4,6],rerun:5,reset:0,reset_delta:0,reset_rho:0,resid:6,residu:[1,4,6],respect:0,restart:[1,2,3,6],result:[0,1,2,4,6],retriev:2,rho:[1,6],rho_:0,rho_k:[0,1],rhobeg:6,rhoend:6,rhoend_scal:0,right:[2,6],risk:0,robert:[0,3,4,6],robust:[0,3,4,6],root:5,rosenbrock:6,rosenbrock_noisi:6,rounding_error_const:0,roundoff:0,row:1,run:[0,5,6],run_in_parallel:0,runtim:2,runtimewarn:6,s_k:[0,1,4],safeti:[0,1,2],safety_step_thresh:0,sai:4,same:[0,3,4,6],sampl:6,sas:6,satisfi:[4,6],save:[0,1,6],save_diagnostic_info:[0,1],save_poised:[0,1],save_rk:[0,1],save_xk:[0,1],saw:1,scale:[0,2,6],scale_factor:0,scale_factor_for_quit:0,scaling_within_bound:6,scipi:[4,5,6],screen:0,script:6,search:[0,2,4],section:[0,1,2,6],see:[1,5,6],seed:[2,6],sens:4,sensibl:6,set:[1,2,3,4,6],set_xlabel:6,set_ylabel:6,setup:[0,5],sever:[0,4,6],shape:6,shift:[0,6],should:[0,5,6],show:6,side:[2,4],similar:4,similarli:4,simpl:[3,5],simpli:4,simul:4,sin:4,sinc:[0,1],singular:[0,6],site:5,situat:4,size:[4,6],slope:0,slow:[1,3,6],slow_it:1,small:[3,4,6],smaller:0,smallest:[0,1],smooth:0,soft:0,softwar:[0,3,4,5,6],soln:[1,6],solut:[2,3,4,5,6],solv:[0,1,3],solver:[0,2,3,4,6],some:[0,4,5,6],sourc:5,space:[0,2,4],specifi:[0,6],squar:[1,4],stai:4,stand:3,start:[2,4,6],statu:6,step:[0,1,2,4,6],still:0,stochast:[3,6],stop:2,store:[0,2],str:6,string:6,strongli:4,structur:3,subproblem:[2,4,5,6],success:[0,1,6],successfulli:6,sudo:5,suffici:6,suitabl:4,sum:[1,4],sum_:[3,4,6],supervis:3,support:[3,5,6],suppos:[4,6],sure:[4,5],svd_max_jac_cond:0,svd_scale_factor:0,system:[0,1,3,5],t_i:6,tabl:6,take:[4,6],taken:6,task:4,tdata:6,technic:6,techniqu:4,termin:[1,3,6],test:[3,6],text:[0,1,3,4,6],than:[0,2,6],thei:[0,4],them:[2,4],therefor:6,thi:[0,1,2,3,4,5,6],thresh_for_slow:0,threshold:0,through:[0,2],time:[0,1,4,6],to_csv:1,toler:0,top:5,total:[1,6],tr_radiu:0,train:3,transact:[0,3,4,6],trend:0,trial:4,triangular:2,trigger:0,troubl:6,trust:[2,3,4,5,6],trustregion:[2,5],tupl:6,turn:1,two:[0,4],type:[1,4],typic:4,unabl:6,under:3,underdetermin:4,uninstal:3,unknown:4,unless:6,unpack:5,unsuccess:0,updat:2,upgrad:5,upper:[2,3,6],usag:[3,6],use:[0,1,2,3,5],use_full_rank_interp:0,use_old_rk:0,use_restart:0,use_soft_restart:0,used:[0,1,4,6],useful:[0,4,6],user:[0,4,5,6],user_param:[0,1,6],uses:0,using:[0,2,3,4,6],usual:0,val1:6,val2:6,valu:[1,2,3,4,6],vari:0,variabl:[3,6],vast:4,vdot:4,vector:[0,1,4,6],veri:[0,4,6],version:[0,3,5],via:6,viewer:6,visibl:6,wai:[0,4,6],want:[5,6],warn:[2,6],well:4,what:1,when:[0,2,3,6],where:[0,4,6],whether:[0,4,6],which:[0,1,2,3,4,5,6],whole:2,why:6,wish:[3,4,6],within:[0,2,6],without:[0,3],work:5,wors:6,write:6,written:5,www:5,x_0:[0,6],x_1:[4,6],x_2:[4,6],x_b:0,x_j:6,x_k:[0,4],x_n:4,xmin:6,xtol:6,y_1:4,y_i:[4,6],y_k:[0,1],y_m:4,y_t:0,ydata:6,yet:0,you:[3,4,5,6],your:[4,5,6],zenodo:2,zero:2},titles:["Advanced Usage","Diagnostic Information","Version History","DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization","Overview","Installing DFO-LS","Using DFO-LS"],titleterms:{Adding:6,Using:6,acknowledg:3,advanc:0,algorithm:[0,1,4],apr:2,argument:6,bound:6,count:1,current:1,data:6,deriv:3,detail:4,dfo:[3,4,5,6],diagnost:1,dynam:0,equat:[4,6],estim:6,evalu:6,exampl:6,feb:2,fit:[4,6],free:3,gener:0,grow:0,histori:2,how:6,inform:[0,1],initi:0,instal:5,interpol:[0,1],iter:1,jan:2,jun:2,least:[3,6],log:0,manag:0,manual:5,minim:[3,6],model:[0,1],more:6,multipl:0,nois:0,noisi:6,nonlinear:[4,6],object:[0,6],optim:3,option:6,output:[0,6],overview:4,paramet:[0,4,6],pip:5,point:0,progress:[0,1],refer:[0,4,6],region:[0,1],regress:0,requir:5,restart:0,set:0,simpl:6,slow:0,small:0,solv:[4,6],squar:[3,6],stochast:0,system:[4,6],termin:0,test:5,trust:[0,1],uninstal:5,usag:0,use:[4,6],using:5,valu:0,version:2,when:4}}) \ No newline at end of file +Search.setIndex({docnames:["advanced","diagnostic","history","index","info","install","userguide"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":2,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["advanced.rst","diagnostic.rst","history.rst","index.rst","info.rst","install.rst","userguide.rst"],objects:{},objnames:{},objtypes:{},terms:{"00000000e":6,"00180000e":6,"00670067e":6,"00e":6,"01256863e":6,"01941978e":6,"04752848e":6,"06227943e":6,"07858081e":6,"09280752e":6,"09843514e":6,"10862447e":6,"10g":6,"12897463e":6,"19971362e":6,"1e20":6,"20e":6,"22992989e":6,"24129962e":6,"24991776e":6,"33017181e":6,"34676365e":6,"35e":6,"41166495e":6,"42808544e":6,"43e":6,"45394186e":6,"47252555e":6,"50e":6,"51525603e":6,"550476524e":6,"59085679e":6,"59634974e":6,"61e":6,"62398179e":6,"63036198e":6,"650274685e":6,"65956876e":6,"70205419e":6,"70749826e":6,"71355033e":6,"75304364e":6,"77e":6,"79999999e":6,"80e":6,"827884295e":6,"83184867e":6,"90335675e":6,"95045269e":6,"95108811e":6,"96161167e":6,"97239623e":6,"98196347e":6,"98830861e":6,"99950530e":6,"99999998e":6,"case":[0,4,6],"const":0,"default":[0,2,5,6],"float":6,"function":[0,4,6],"import":6,"long":2,"new":[0,4],"public":3,"return":[1,2,6],"short":6,"true":[0,1,4,6],"try":[0,3,4],"while":[0,4],Adding:3,And:6,For:[0,3,4,5,6],Such:4,That:[3,4],The:[0,1,3,6],Then:4,There:[0,4],These:6,Use:2,Using:[0,1,3],__future__:6,a_i:6,abl:6,about:[1,6],abov:[4,5,6],abs_tol:0,absolut:0,accept:0,access:6,accur:[4,6],accuraci:6,achiev:6,acm:[0,3,4,6],actual:1,add:[0,6],added:0,adding:0,addit:0,addition:5,additive_noise_level:0,adjust:[2,6],admin:5,advanc:[3,6],after:0,algebra:6,algorithm:[2,3,6],all:[0,1,4,6],allow:[0,6],along:6,alpha1:0,alpha2:0,alpha_1:0,alpha_2:0,also:[0,4,5,6],altern:[0,3,5,6],alwai:[0,4],amount:[0,6],ani:[0,1,3,6],anoth:0,appli:[0,6],applic:6,approach:0,approx:[4,6],approxim:[4,6],apr:3,aren:4,arg:[2,6],argument:[2,3],arrai:6,ask:[0,3,6],attempt:4,author:3,auto:2,auto_detect:0,automat:[0,5,6],avail:[0,6],averag:6,avoid:[0,2],awai:6,axes:6,b_i:6,base:[0,2,3,4,6],bash:5,basicconfig:6,becom:6,been:[1,6],befor:[0,6],behavior:2,below:[0,6],benjamin:[0,4,6],best:[0,1,4,6],between:2,block:5,bobyqa:3,both:6,bound:[0,1,2,3,4],bug:2,bugfix:2,build:[0,6],calcul:[2,4,6],calibr:[4,6],call:[0,1,4,6],can:[0,4,5,6],cannot:[0,4],cap:0,carlo:4,carti:[0,3,4,6],categori:4,caus:[0,6],cdl:6,cdot:[0,6],centr:3,certainli:4,cfmr2018:[0,4,6],chang:[0,1,2],check:4,check_objfun_for_overflow:0,choic:4,choos:4,clone:5,close:[2,4],closest:4,code:[2,5,6],coeffici:0,collabor:3,column:1,com:[5,6],common:4,commonli:6,compar:6,compil:5,complet:4,compon:0,comput:[1,4],computation:0,condit:[0,1,6],consecut:0,consid:4,consist:0,constrain:6,constraint:[3,4,6],construct:[4,6],contact:3,contain:[1,5,6],content:3,coordin:[0,6],coralia:[0,3,4,6],correct:[2,6],correctli:[2,6],correl:0,cost:[0,2,6],could:6,count:3,creat:2,criteria:0,criterion:0,crvmin:2,csv:1,current:[0,3,4,6],data:[0,3,4],datafram:[1,6],date:3,deactiv:6,dec:0,decai:6,decreas:[0,4,6],def:6,defin:[1,6],deflat:4,delta:[1,6],delta_:4,delta_k:[0,1,4],delta_scale_new_dirn:0,demonstr:6,depend:[0,1,2,4,6],deprec:2,depth:6,deriv:[0,4,6],describ:[0,4,6],descript:[1,4,6],design:[4,6],detail:[0,3,6],detect:2,determin:[0,4,6],determinist:2,develop:[3,4],dfo:[0,1,2],dfol:[0,1,5,6],diagnost:[0,3,6],diagnostic_info:[1,6],dictionari:[0,6],did:[0,6],differ:[0,2,4,6],differenc:4,difficult:4,dimension:6,direct:[0,6],directli:4,directori:[5,6],disciplin:4,displai:6,distanc:1,divid:2,do_geom_step:0,do_log:6,do_safety_step:0,doctor:3,document:[5,6],doe:[4,6],doi:2,doing:4,don:2,download:5,dure:[0,2],dynam:3,each:[0,1,4,6],easi:[5,6],easy_instal:5,effect:0,either:6,enabl:2,encount:0,end:0,enough:[0,6],ensur:2,entri:6,epsrc:3,equal:1,equat:3,error:[0,1,4,6],estim:[3,4],eta1:0,eta2:0,eta_1:0,eta_2:0,etc:[0,1],eval:6,evalu:[0,1,3,4],even:4,everi:[4,6],exactli:[1,6],exampl:[3,4,5],exclud:0,exist:4,exit:[2,6],exit_false_success_warn:6,exit_input_error:6,exit_linalg_error:6,exit_maxfun_warn:6,exit_slow_warn:6,exit_success:6,exit_tr_increase_error:6,exp:6,expect:6,expens:[0,1,4],experi:4,explain:1,exponenti:6,extend:6,extra:[0,2,6],factor:0,fals:[0,6],far:[1,6],fast:5,faster:[2,6],feasibl:2,featur:3,feb:3,februari:3,fewest:4,fiala:[0,3,4,6],figur:6,file:[0,1,5,6],filemod:6,filenam:6,find:[3,4,6],finish:6,finit:4,first:6,fit:[0,3],fix:[0,2,6],flag:[0,6],flexibl:[0,3,4,6],floor:0,focus:3,follow:[5,6],form:4,format:6,formul:4,fortran:[2,5],found:[0,1,6],framework:6,free:[0,4,6],frobeniu:1,from:[1,2,4,5,6],full:[0,2,3,6],full_geom_step:0,full_rank:0,fulli:1,further:0,g_k:1,gamma:0,gamma_:0,gamma_dec:0,gamma_inc:0,gamma_inc_overlin:0,gaussian:6,gca:6,gener:[3,6],geometri:[0,2,4],geq:0,get:[4,6],gfortran:5,git:5,github:[5,6],give:[0,6],given:[0,3,4,6],gnu:3,good:[4,6],grad:6,gradient:1,grid:6,group:3,grow:3,guarante:4,had:1,hand:[2,4,5],handl:2,happen:4,hard:0,has:[0,1,2,3,4,6],have:[0,4,5,6],help:6,here:6,hessian:2,high:6,higher:5,histori:[0,3],history_for_slow:0,home:5,how:[0,1,3,5],howev:[4,6],htm:6,html:[5,6],http:[5,6],idea:4,imlug:6,imlug_genstatexpls_sect004:6,impact:[2,6],imposs:4,impract:0,improv:[0,2,3,4,6],inaccur:4,inc:0,includ:[0,1,6],increas:[0,6],increase_ndirs_initial_amt:0,increase_npt:0,increase_npt_amt:0,increase_num_extra_steps_with_restart:0,indic:6,industri:3,infinit:4,info:[1,6],inform:[3,4,6],infti:6,init:0,initi:[2,3,6],initialis:[2,6],input:[0,2,4,6],inspect:0,instal:[2,3],instanc:[0,4],instead:[4,5],integ:6,interest:[3,4],interfac:6,intermedi:0,intern:[0,4,6],interpol:[2,3,4,6],interpolation_change_j_norm:1,interpolation_condition_numb:1,interpolation_error:1,interpolation_total_residu:1,introduc:0,invers:2,involv:[0,4],iter:[0,2,3,6],iter_this_run:1,iter_typ:1,iters_tot:1,its:[0,6],j_k:[0,1],jacobian:[0,1,2,6],jan:[0,3,4,6],jun:3,just:2,keep:4,known:4,l015803:3,label:6,lambda:[0,1],larg:[0,4],larger:0,largest:0,last:[0,1],lastli:6,latest:5,ldot:4,least:4,least_squar:6,left:4,legend:6,len:[0,6],length:0,leq:[0,3,4,6],less:0,let:6,level:[0,5,6],librari:4,licens:3,like:[4,6],lindon:[0,3,4,6],line:[0,6],linear:[0,1,4,6],link:2,linspac:6,list:[2,6],loc:6,local:[3,6],locat:5,log:[1,2,3,6],longer:2,lower:[0,1,3,6],lsqcurvefit:6,m_k:4,magnitud:[0,6],mai:[1,3,4,6],main:[4,6],maintain:4,major:4,make:[0,2,4,5,6],manag:3,mani:[0,3,4,6],manual:3,marteau:[0,3,4,6],math:6,mathbb:[3,4,6],mathemat:[0,3,4,6],mathrm:4,mathwork:6,matplotlib:6,matrix:[1,6],max:6,max_distance_xk:1,max_fake_successful_step:0,max_npt:0,max_slow_it:0,max_unsuccessful_restart:0,maxfun:[0,6],maximum:[0,1,6],mean:[1,4],measur:[0,4],messag:6,method:[0,2,4],min:6,min_:[3,4,6],min_chgj_slop:0,min_correl:0,min_sing_v:0,minim:[2,4],minimum:[0,6],minor:2,model:[2,3,4,6],modifi:6,modul:6,momentum:0,momentum_extra_step:0,mont:4,more:[0,3,4],most:[0,1,4,6],move:[0,4,6],move_xk:0,msg:6,multipl:[2,3,4,6],multiplicative_noise_level:0,must:6,myfil:[1,6],n_to_print_whole_x_vector:0,nag:3,navig:5,ndirs_initi:0,necessari:2,need:[4,6],never:[3,6],next:6,nfev:6,nois:[3,4,6],noisi:[0,3,4],non:[3,6],nonconvex:4,none:[0,6],nonlinear:3,nonlinear_system:6,nonzero:0,nor:4,norm:1,norm_gk:1,norm_sk:1,normal:6,note:[5,6],now:[0,6],npt:[0,1,6],nrestart:6,nrun:[1,6],nsampl:[1,6],num_extra_step:0,num_geom_step:0,num_new_dirns_each_it:0,number:[0,1,4,6],numer:3,numericalalgorithmsgroup:5,numpi:[2,5,6],obj:6,object:[1,3,4],objfun:[0,1,2,6],objfun_has_nois:[0,6],obs:4,observ:[4,6],occur:6,often:4,older:5,one:[0,1,4,5,6],onli:[0,1,4,6],oper:2,oppos:0,opposit:0,opt:6,optim:[0,1,4,6],option:[0,2,3,4,5],order:6,org:5,origin:6,orthogon:0,other:0,otherwis:[0,4],our:[3,4,6],out:6,output:[1,2,3,4],outsid:[3,6],over:[0,6],overdetermin:4,overflow:2,overflowerror:0,overlin:0,overrid:0,overridden:6,overview:[3,6],packag:[2,3,5],page:6,panda:[1,5,6],paper:[0,3,4,6],param1:6,param2:6,paramet:[2,3],part:[2,6],partial:6,particularli:[4,6],pass:[2,6],past:0,per:[0,1,2,6],perform:[0,2,4,6],perturb:0,perturb_trust_region_step:0,phase:[0,6],physic:4,piec:[0,1],pip:3,pleas:3,plot:6,plt:6,point:[1,2,3,4,6],pois:1,poised:[0,1],popul:1,possibl:[4,6],post:0,practic:6,precondit:0,predict:[1,4],prediction_error:6,prefer:4,preprint:[0,3,4,6],present:5,preserv:0,previou:[0,6],previous:1,print:[0,2,6],print_funct:6,print_progress:6,privat:5,privileg:5,probabl:4,problem:[0,1,2,3,4,6],proccess:4,process:[0,4],produc:[4,6],progress:[3,6],prohibit:4,provid:[4,5,6],pull:5,pure:5,purpos:6,put:4,pydata:5,pyplot:6,python:[0,5,6],quad:[3,4,6],quantit:4,quantiti:4,quit:0,quit_on_noise_level:0,r_1:[0,4,6],r_2:4,r_i:[0,4,6],r_m:[0,4,6],radii:0,radiu:[0,1,2,4,6],random:[0,2,6],random_directions_make_orthogon:0,random_initial_direct:0,rang:6,rank:0,rate:0,rather:2,ratio:[0,1],reach:[0,6],recommend:0,recycl:0,reduc:[0,2],reduce_delta:0,reduct:1,refer:3,regim:2,region:[2,3,4,5,6],regress:3,regular:0,regularli:4,rel:0,rel_tol:0,relationship:4,relax:[3,6],releas:[2,3],remov:[2,5],repeat:4,replac:6,reproduc:[2,6],request:6,requir:[0,3,4,6],rerun:5,reset:0,reset_delta:0,reset_rho:0,resid:6,residu:[1,4,6],respect:0,restart:[1,2,3,6],result:[0,1,2,4,6],retriev:2,rho:[1,6],rho_:0,rho_k:[0,1],rhobeg:6,rhoend:6,rhoend_scal:0,right:[2,6],risk:0,robert:[0,3,4,6],robust:[0,3,4,6],root:5,rosenbrock:6,rosenbrock_noisi:6,rounding_error_const:0,roundoff:0,row:1,run:[0,5,6],run_in_parallel:0,runtim:2,runtimewarn:6,s_k:[0,1,4],safeti:[0,1,2],safety_step_thresh:0,sai:4,same:[0,3,4,6],sampl:6,sas:6,satisfi:[4,6],save:[0,1,6],save_diagnostic_info:[0,1],save_poised:[0,1],save_rk:[0,1],save_xk:[0,1],saw:1,scale:[0,2,6],scale_factor:0,scale_factor_for_quit:0,scaling_within_bound:6,scipi:[4,5,6],screen:0,script:6,search:[0,2,4],section:[0,1,2,6],see:[1,5,6],seed:[2,6],sens:4,sensibl:6,set:[1,2,3,4,6],set_xlabel:6,set_ylabel:6,setup:[0,5],sever:[0,4,6],shape:6,shift:[0,6],should:[0,5,6],show:6,side:[2,4],similar:4,similarli:4,simpl:[3,5],simpli:4,simul:4,sin:4,sinc:[0,1],singular:[0,6],site:5,situat:4,size:[4,6],slope:0,slow:[1,3,6],slow_it:1,small:[3,4,6],smaller:0,smallest:[0,1],smooth:0,soft:0,softwar:[0,3,4,5,6],soln:[1,6],solut:[2,3,4,5,6],solv:[0,1,3],solver:[0,2,3,4,6],some:[0,4,5,6],sourc:5,space:[0,2,4],specifi:[0,6],squar:[1,4],stai:4,stand:3,start:[2,4,6],statu:6,step:[0,1,2,4,6],still:0,stochast:[3,6],stop:2,store:[0,2],str:6,string:6,strongli:4,structur:3,subproblem:[2,4,5,6],success:[0,1,6],successfulli:6,sudo:5,suffici:6,suitabl:4,sum:[1,4],sum_:[3,4,6],supervis:3,support:[3,5,6],suppos:[4,6],sure:[4,5],svd_max_jac_cond:0,svd_scale_factor:0,system:[0,1,3,5],t_i:6,tabl:6,take:[4,6],taken:6,task:4,tdata:6,technic:6,techniqu:4,termin:[1,3,6],test:[3,6],text:[0,1,3,4,6],than:[0,2,6],thei:[0,4],them:[2,4],therefor:6,thi:[0,1,2,3,4,5,6],thresh_for_slow:0,threshold:0,through:[0,2],time:[0,1,4,6],to_csv:1,toler:0,top:5,total:[1,6],tr_radiu:0,train:3,transact:[0,3,4,6],trend:0,trial:4,triangular:2,trigger:0,troubl:6,trust:[2,3,4,5,6],trustregion:[2,5],tupl:6,turn:1,two:[0,4],type:[1,4],typic:4,unabl:6,under:3,underdetermin:4,uninstal:3,unknown:4,unless:6,unpack:5,unsuccess:0,updat:2,upgrad:5,upper:[2,3,6],usag:[3,6],use:[0,1,2,3,5],use_full_rank_interp:0,use_old_rk:0,use_restart:0,use_soft_restart:0,used:[0,1,4,6],useful:[0,4,6],user:[0,4,5,6],user_param:[0,1,6],uses:0,using:[0,2,3,4,6],usual:0,val1:6,val2:6,valu:[1,2,3,4,6],vari:0,variabl:[3,6],vast:4,vdot:4,vector:[0,1,4,6],veri:[0,4,6],version:[0,3,5],via:6,viewer:6,visibl:6,wai:[0,4,6],want:[5,6],warn:[2,6],well:4,what:1,when:[0,2,3,6],where:[0,4,6],whether:[0,4,6],which:[0,1,2,3,4,5,6],whole:2,why:6,wish:[3,4,6],within:[0,2,6],without:[0,3],work:5,wors:6,write:6,written:5,www:5,x_0:[0,6],x_1:[4,6],x_2:[4,6],x_b:0,x_j:6,x_k:[0,4],x_n:4,xmin:6,xtol:6,y_1:4,y_i:[4,6],y_k:[0,1],y_m:4,y_t:0,ydata:6,yet:0,you:[3,4,5,6],your:[4,5,6],zenodo:2,zero:2},titles:["Advanced Usage","Diagnostic Information","Version History","DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization","Overview","Installing DFO-LS","Using DFO-LS"],titleterms:{Adding:6,Using:6,acknowledg:3,advanc:0,algorithm:[0,1,4],apr:2,argument:6,bound:6,count:1,current:1,data:6,deriv:3,detail:4,dfo:[3,4,5,6],diagnost:1,dynam:0,equat:[4,6],estim:6,evalu:6,exampl:6,feb:2,fit:[4,6],free:3,gener:0,grow:0,histori:2,how:6,inform:[0,1],initi:0,instal:5,interpol:[0,1],iter:1,jan:2,jun:2,least:[3,6],log:0,manag:0,manual:5,minim:[3,6],model:[0,1],more:6,multipl:0,nois:0,noisi:6,nonlinear:[4,6],object:[0,6],optim:3,option:6,output:[0,6],overview:4,paramet:[0,4,6],pip:5,point:0,progress:[0,1],refer:[0,4,6],region:[0,1],regress:0,requir:5,restart:0,set:0,simpl:6,slow:0,small:0,solv:[4,6],squar:[3,6],stochast:0,system:[4,6],termin:0,test:5,trust:[0,1],uninstal:5,usag:0,use:[4,6],using:5,valu:0,version:2,when:4}}) \ No newline at end of file diff --git a/docs/build/html/userguide.html b/docs/build/html/userguide.html index 010f941..c890bf7 100644 --- a/docs/build/html/userguide.html +++ b/docs/build/html/userguide.html @@ -8,7 +8,7 @@ - Using DFO-LS — DFO-LS v1.2.1 documentation + Using DFO-LS — DFO-LS v1.2.2 documentation @@ -61,7 +61,7 @@
    - 1.2.1 + 1.2.2
    diff --git a/docs/build/latex/DFOLS.aux b/docs/build/latex/DFOLS.aux index b6905ec..9a29c1e 100755 --- a/docs/build/latex/DFOLS.aux +++ b/docs/build/latex/DFOLS.aux @@ -137,6 +137,8 @@ \newlabel{history:version-1-2-12-feb-2020}{{6.6}{28}{Version 1.2 (12 Feb 2020)}{section.6.6}{}} \@writefile{toc}{\contentsline {section}{\numberline {6.7}Version 1.2.1 (13 Feb 2020)}{28}{section.6.7}} \newlabel{history:version-1-2-1-13-feb-2020}{{6.7}{28}{Version 1.2.1 (13 Feb 2020)}{section.6.7}{}} +\@writefile{toc}{\contentsline {section}{\numberline {6.8}Version 1.2.2 (26 Feb 2021)}{28}{section.6.8}} +\newlabel{history:version-1-2-2-26-feb-2021}{{6.8}{28}{Version 1.2.2 (26 Feb 2021)}{section.6.8}{}} \@writefile{toc}{\contentsline {chapter}{\numberline {7}Acknowledgements}{29}{chapter.7}} \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} diff --git a/docs/build/latex/DFOLS.fdb_latexmk b/docs/build/latex/DFOLS.fdb_latexmk index 9fa3640..4ec403a 100755 --- a/docs/build/latex/DFOLS.fdb_latexmk +++ b/docs/build/latex/DFOLS.fdb_latexmk @@ -1,10 +1,10 @@ # Fdb version 3 -["makeindex DFOLS.idx"] 1533896586 "DFOLS.idx" "DFOLS.ind" "DFOLS" 1614221636 - "DFOLS.idx" 1614221635 0 d41d8cd98f00b204e9800998ecf8427e "" +["makeindex DFOLS.idx"] 1533896586 "DFOLS.idx" "DFOLS.ind" "DFOLS" 1614300747 + "DFOLS.idx" 1614300747 0 d41d8cd98f00b204e9800998ecf8427e "" (generated) - "DFOLS.ind" "DFOLS.ilg" -["pdflatex"] 1614221635 "DFOLS.tex" "DFOLS.pdf" "DFOLS" 1614221636 + "DFOLS.ind" +["pdflatex"] 1614300746 "DFOLS.tex" "DFOLS.pdf" "DFOLS" 1614300747 "/etc/texmf/web2c/texmf.cnf" 1585531380 475 c0e671620eb5563b2130f56340a5fde8 "" "/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc" 1480098666 4850 80dc9bab7f31fb78a000ccfed0e27cab "" "/usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map" 1511824771 3332 103109f5612ad95229751940c61aada0 "" @@ -166,22 +166,22 @@ "/usr/share/texmf/web2c/texmf.cnf" 1520210507 32485 c64754543d8ac501bea6e75e209ea521 "" "/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1586757552 2556815 161db45eb32a3ed5e427095833ec947f "" "/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1585531429 724918 9f2ac0f6dd6683249c7737077a8c4a4a "" - "DFOLS.aux" 1614221635 11651 0119d83321351f006e84d5de1ccebd99 "" + "DFOLS.aux" 1614300747 11856 547c48b611f2050900d4f74799a1f448 "" "DFOLS.ind" 1587347499 0 d41d8cd98f00b204e9800998ecf8427e "makeindex DFOLS.idx" - "DFOLS.out" 1614221635 8602 f85158c16c05d03733e31155b8a0eed4 "" - "DFOLS.tex" 1614221633 83486 7caa0997ef8200e3bf8a1d8e9cbe44c7 "" - "DFOLS.toc" 1614221635 4227 fec1afe1c2c2dba49d9acd12dab90c41 "" + "DFOLS.out" 1614300747 8810 f5382f59327f11b4e2db1922e220989a "" + "DFOLS.tex" 1614300744 83737 6e0f3d92bf0fb966f1fb51d1e49d6cc0 "" + "DFOLS.toc" 1614300747 4314 9d41c9e79cb3f1f5e9e87568180d6a10 "" "data_fitting.png" 1587347499 29893 211bb1c28ea25d47c8c0990fbf39c55c "" "footnotehyper-sphinx.sty" 1587347499 8888 1bbd7bdeae8c8bed1d10d551bddb1cc9 "" "sphinx.sty" 1614221565 82020 a38700b8aa22dfd94a8a5b905e69be73 "" - "sphinxhighlight.sty" 1614221634 6607 9139c967ef186821cb11bb3b0580e00e "" + "sphinxhighlight.sty" 1614300745 6607 9139c967ef186821cb11bb3b0580e00e "" "sphinxmanual.cls" 1587347499 4236 124cd90deb92742b5d3922bfc2cd70c0 "" - "sphinxmessages.sty" 1614221634 745 3f5fcd6cdd7964ed608767954a8ced6f "" + "sphinxmessages.sty" 1614300745 745 3f5fcd6cdd7964ed608767954a8ced6f "" "sphinxmulticell.sty" 1587347499 14606 0b6edc2b1a83546ed92026d1f6a311b5 "" (generated) - "DFOLS.toc" "DFOLS.out" + "DFOLS.aux" "DFOLS.idx" "DFOLS.pdf" - "DFOLS.aux" "DFOLS.log" + "DFOLS.toc" diff --git a/docs/build/latex/DFOLS.log b/docs/build/latex/DFOLS.log index cbd0df5..0331f4a 100755 --- a/docs/build/latex/DFOLS.log +++ b/docs/build/latex/DFOLS.log @@ -1,4 +1,4 @@ -This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdflatex 2020.3.30) 25 FEB 2021 13:53 +This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdflatex 2020.3.30) 26 FEB 2021 11:52 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -1195,7 +1195,7 @@ Overfull \vbox (2.68167pt too high) detected at line 716 [] [14] [15] - + File: data_fitting.png Graphic file (type png) Package pdftex.def Info: data_fitting.png used on input line 816. @@ -1243,24 +1243,24 @@ Chapter 7. ] [30 ] (./DFOLS.ind) -Package atveryend Info: Empty hook `BeforeClearDocument' on input line 1378. +Package atveryend Info: Empty hook `BeforeClearDocument' on input line 1386. [31 ] -Package atveryend Info: Empty hook `AfterLastShipout' on input line 1378. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 1386. (./DFOLS.aux) -Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 1378. -Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 1378. +Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 1386. +Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 1386. Package rerunfilecheck Info: File `DFOLS.out' has not changed. -(rerunfilecheck) Checksum: F85158C16C05D03733E31155B8A0EED4;8602. -Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 1378. +(rerunfilecheck) Checksum: F5382F59327F11B4E2DB1922E220989A;8810. +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 1386. ) Here is how much of TeX's memory you used: - 13832 strings out of 494923 - 192012 string characters out of 6180742 - 325972 words of memory out of 5000000 - 16739 multiletter control sequences out of 15000+600000 + 13835 strings out of 494923 + 192071 string characters out of 6180742 + 326027 words of memory out of 5000000 + 16741 multiletter control sequences out of 15000+600000 52360 words of font info for 74 fonts, out of 8000000 for 9000 15 hyphenation exceptions out of 8191 37i,17n,51p,887b,548s stack positions out of 5000i,500n,10000p,200000b,80000s @@ -1283,10 +1283,10 @@ lvetic/uhvb8a.pfb> -Output written on DFOLS.pdf (35 pages, 300897 bytes). +Output written on DFOLS.pdf (35 pages, 301050 bytes). PDF statistics: - 573 PDF objects out of 1000 (max. 8388607) - 503 compressed objects within 6 object streams - 90 named destinations out of 1000 (max. 500000) - 434 words of extra memory for PDF output out of 10000 (max. 10000000) + 579 PDF objects out of 1000 (max. 8388607) + 509 compressed objects within 6 object streams + 91 named destinations out of 1000 (max. 500000) + 442 words of extra memory for PDF output out of 10000 (max. 10000000) diff --git a/docs/build/latex/DFOLS.out b/docs/build/latex/DFOLS.out index 105636b..cf06488 100755 --- a/docs/build/latex/DFOLS.out +++ b/docs/build/latex/DFOLS.out @@ -47,5 +47,6 @@ \BOOKMARK [1][-]{section.6.5}{\376\377\000V\000e\000r\000s\000i\000o\000n\000\040\0001\000.\0001\000.\0001\000\040\000\050\0005\000\040\000A\000p\000r\000\040\0002\0000\0001\0009\000\051}{chapter.6}% 47 \BOOKMARK [1][-]{section.6.6}{\376\377\000V\000e\000r\000s\000i\000o\000n\000\040\0001\000.\0002\000\040\000\050\0001\0002\000\040\000F\000e\000b\000\040\0002\0000\0002\0000\000\051}{chapter.6}% 48 \BOOKMARK [1][-]{section.6.7}{\376\377\000V\000e\000r\000s\000i\000o\000n\000\040\0001\000.\0002\000.\0001\000\040\000\050\0001\0003\000\040\000F\000e\000b\000\040\0002\0000\0002\0000\000\051}{chapter.6}% 49 -\BOOKMARK [0][-]{chapter.7}{\376\377\000A\000c\000k\000n\000o\000w\000l\000e\000d\000g\000e\000m\000e\000n\000t\000s}{}% 50 -\BOOKMARK [0][-]{chapter*.3}{\376\377\000B\000i\000b\000l\000i\000o\000g\000r\000a\000p\000h\000y}{}% 51 +\BOOKMARK [1][-]{section.6.8}{\376\377\000V\000e\000r\000s\000i\000o\000n\000\040\0001\000.\0002\000.\0002\000\040\000\050\0002\0006\000\040\000F\000e\000b\000\040\0002\0000\0002\0001\000\051}{chapter.6}% 50 +\BOOKMARK [0][-]{chapter.7}{\376\377\000A\000c\000k\000n\000o\000w\000l\000e\000d\000g\000e\000m\000e\000n\000t\000s}{}% 51 +\BOOKMARK [0][-]{chapter*.3}{\376\377\000B\000i\000b\000l\000i\000o\000g\000r\000a\000p\000h\000y}{}% 52 diff --git a/docs/build/latex/DFOLS.pdf b/docs/build/latex/DFOLS.pdf index be364ac..e58464a 100755 Binary files a/docs/build/latex/DFOLS.pdf and b/docs/build/latex/DFOLS.pdf differ diff --git a/docs/build/latex/DFOLS.tex b/docs/build/latex/DFOLS.tex index c346a4e..1fad13f 100755 --- a/docs/build/latex/DFOLS.tex +++ b/docs/build/latex/DFOLS.tex @@ -73,8 +73,8 @@ \title{DFO-LS Documentation} -\date{25 February 2021} -\release{1.2.1} +\date{26 February 2021} +\release{1.2.2} \author{Lindon Roberts} \newcommand{\sphinxlogo}{\vbox{}} \renewcommand{\releasename}{Release} @@ -89,9 +89,9 @@ \phantomsection\label{\detokenize{index::doc}} -\sphinxstylestrong{Release:} 1.2.1 +\sphinxstylestrong{Release:} 1.2.2 -\sphinxstylestrong{Date:} 25 February 2021 +\sphinxstylestrong{Date:} 26 February 2021 \sphinxstylestrong{Author:} \sphinxhref{mailto:lindon.roberts@anu.edu.au}{Lindon Roberts} @@ -1358,6 +1358,14 @@ \section{Version 1.2.1 (13 Feb 2020)} \end{itemize} +\section{Version 1.2.2 (26 Feb 2021)} +\label{\detokenize{history:version-1-2-2-26-feb-2021}}\begin{itemize} +\item {} +Minor update to remove NumPy deprecation warnings \sphinxhyphen{} no changes to the DFO\sphinxhyphen{}LS algorithm. + +\end{itemize} + + \chapter{Acknowledgements} \label{\detokenize{index:acknowledgements}} This software was developed under the supervision of \sphinxhref{https://www.maths.ox.ac.uk/people/coralia.cartis}{Coralia Cartis}, and was supported by the EPSRC Centre For Doctoral Training in \sphinxhref{https://www.maths.ox.ac.uk/study-here/postgraduate-study/industrially-focused-mathematical-modelling-epsrc-cdt}{Industrially Focused Mathematical Modelling} (EP/L015803/1) in collaboration with the \sphinxhref{http://www.nag.com/}{Numerical Algorithms Group}. diff --git a/docs/build/latex/DFOLS.toc b/docs/build/latex/DFOLS.toc index 32748ca..5f9c6f2 100755 --- a/docs/build/latex/DFOLS.toc +++ b/docs/build/latex/DFOLS.toc @@ -48,5 +48,6 @@ \contentsline {section}{\numberline {6.5}Version 1.1.1 (5 Apr 2019)}{28}{section.6.5} \contentsline {section}{\numberline {6.6}Version 1.2 (12 Feb 2020)}{28}{section.6.6} \contentsline {section}{\numberline {6.7}Version 1.2.1 (13 Feb 2020)}{28}{section.6.7} +\contentsline {section}{\numberline {6.8}Version 1.2.2 (26 Feb 2021)}{28}{section.6.8} \contentsline {chapter}{\numberline {7}Acknowledgements}{29}{chapter.7} \contentsline {chapter}{Bibliography}{31}{chapter*.3} diff --git a/docs/history.rst b/docs/history.rst index d33808a..917175a 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -38,3 +38,6 @@ Version 1.2.1 (13 Feb 2020) --------------------------- * Make the use of the `trustregion `_ package optional, not installed by default. +Version 1.2.2 (26 Feb 2021) +--------------------------- +* Minor update to remove NumPy deprecation warnings - no changes to the DFO-LS algorithm. diff --git a/manual.pdf b/manual.pdf index be364ac..e58464a 100644 Binary files a/manual.pdf and b/manual.pdf differ diff --git a/setup.py b/setup.py index 946fd5e..4791bde 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ author='Lindon Roberts', author_email='lindon.roberts@manu.edu.au', url='https://github.com/numericalalgorithmsgroup/dfols/', - download_url='https://github.com/numericalalgorithmsgroup/dfols/archive/v1.2.1.tar.gz', + download_url='https://github.com/numericalalgorithmsgroup/dfols/archive/v1.2.2.tar.gz', packages=['dfols'], license='GNU GPL', keywords = 'mathematics derivative free optimization nonlinear least squares',