Software Open Access
Tom M. Ragonneau; Zaikun Zhang
<?xml version='1.0' encoding='utf-8'?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:duv="http://www.w3.org/ns/duv#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:frapo="http://purl.org/cerif/frapo/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:gsp="http://www.opengis.net/ont/geosparql#" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:org="http://www.w3.org/ns/org#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:wdrs="http://www.w3.org/2007/05/powder-s#"> <rdf:Description rdf:about="https://doi.org/10.5281/zenodo.3887569"> <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Dataset"/> <dct:type rdf:resource="http://purl.org/dc/dcmitype/Software"/> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://doi.org/10.5281/zenodo.3887569</dct:identifier> <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.3887569"/> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Tom M. Ragonneau</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>The Hong Kong Polytechnic University</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Zaikun Zhang</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>The Hong Kong Polytechnic University</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:title>PDFO: Cross-Platform Interfaces for Powell's Derivative-Free Optimization Solvers</dct:title> <dct:publisher> <foaf:Agent> <foaf:name>Zenodo</foaf:name> </foaf:Agent> </dct:publisher> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">2020</dct:issued> <dcat:keyword>Powell, derivative-free optimization, software, MATLAB, Python</dcat:keyword> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2020-06-10</dct:issued> <owl:sameAs rdf:resource="https://zenodo.org/record/3887569"/> <adms:identifier> <adms:Identifier> <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/3887569</skos:notation> <adms:schemeAgency>url</adms:schemeAgency> </adms:Identifier> </adms:identifier> <dct:relation rdf:resource="https://github.com/pdfo/pdfo/tree/v1.0"/> <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.3887568"/> <owl:versionInfo>v1.0</owl:versionInfo> <dct:description><p><a href="https://pdfo.net">PDFO</a> (Powell&#39;s Derivative-Free Optimization solvers) is a cross-platform package providing interfaces for using late Professor&nbsp;<a href="https://www.zhangzk.net/powell.html">M. J. D. Powell</a>&#39;s&nbsp;<a href="https://en.wikipedia.org/wiki/Derivative-free_optimization">derivative-free optimization</a>&nbsp;solvers, including&nbsp;<a href="https://en.wikipedia.org/wiki/UOBYQA">UOBYQA</a>,&nbsp;<a href="https://en.wikipedia.org/wiki/NEWUOA">NEWUOA</a>,&nbsp;<a href="https://en.wikipedia.org/wiki/BOBYQA">BOBYQA</a>,&nbsp;<a href="https://en.wikipedia.org/wiki/LINCOA">LINCOA</a>, and&nbsp;<a href="https://en.wikipedia.org/wiki/COBYLA">COBYLA</a>, which were originally implemented in Fortran 77.</p> <p>Professor Powell devised these solvers to tackle&nbsp;<a href="http://plato.asu.edu/sub/nlores.html#general">general nonlinear optimization problems</a>&nbsp;of continuous variables with or without constraints using only&nbsp;<a href="http://www.damtp.cam.ac.uk/user/na/NA_papers/NA2007_03.pdf">function values but not derivatives</a>&nbsp;of the objective function or nonlinear constraint functions. In practice, such functions are often black boxes defined by simulations. Consequently, the corresponding optimization problems are often categorized as&nbsp;<a href="https://en.wikipedia.org/wiki/Derivative-free_optimization">black-box optimization</a>&nbsp;or&nbsp;<a href="https://en.wikipedia.org/wiki/Simulation-based_optimization">simulation-based optimization</a>. Problem specified by explicit formulas can probably be handled by other methods more efficiently. See the&nbsp;<a href="http://plato.asu.edu/sub/nlores.html#general">Decision Tree for Optimization Software</a>&nbsp;for more information.</p> <p>The current version of PDFO supports MATLAB and Python. It relies on&nbsp;<a href="https://www.mathworks.com/help/matlab/ref/mex.html">MEX</a>&nbsp;for MATLAB and&nbsp;<a href="https://docs.scipy.org/doc/numpy/f2py/">F2PY</a>&nbsp;for Python to compile the Fortran solvers and wrap them into user-friendly functions.</p> <p>Based on Professor Powell&#39;s Fortran code, PDFO is developed by&nbsp;<a href="https://www.tom-ragonneau.co/">Tom M. Ragonneau</a>&nbsp;and&nbsp;<a href="https://www.zhangzk.net/">Zaikun Zhang</a>&nbsp;at the&nbsp;<a href="https://www.polyu.edu.hk/ama">Department of Applied Mathematics</a>,&nbsp;<a href="https://www.polyu.edu.hk/">the Hong Kong Polytechnic University</a>.</p> <p>See the homepage of PDFO at <a href="https://pdfo.net">https://pdfo.net</a>&nbsp;for more information.&nbsp;</p></dct:description> <dct:accessRights rdf:resource="http://publications.europa.eu/resource/authority/access-right/PUBLIC"/> <dct:accessRights> <dct:RightsStatement rdf:about="info:eu-repo/semantics/openAccess"> <rdfs:label>Open Access</rdfs:label> </dct:RightsStatement> </dct:accessRights> <dcat:distribution> <dcat:Distribution> <dct:rights> <dct:RightsStatement rdf:about="https://opensource.org/licenses/LGPL-3.0"> <rdfs:label>GNU Lesser General Public License v3.0 or later</rdfs:label> </dct:RightsStatement> </dct:rights> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.3887569"/> </dcat:Distribution> </dcat:distribution> <dcat:distribution> <dcat:Distribution> <dcat:accessURL>https://doi.org/10.5281/zenodo.3887569</dcat:accessURL> <dcat:byteSize>638860</dcat:byteSize> <dcat:downloadURL>https://zenodo.org/record/3887569/files/pdfo/pdfo-v1.0.zip</dcat:downloadURL> <dcat:mediaType>application/zip</dcat:mediaType> </dcat:Distribution> </dcat:distribution> </rdf:Description> </rdf:RDF>
All versions | This version | |
---|---|---|
Views | 54 | 54 |
Downloads | 2 | 2 |
Data volume | 1.3 MB | 1.3 MB |
Unique views | 38 | 38 |
Unique downloads | 2 | 2 |