Numerical Optimization Techniques leaf node


URI

https://openalex.org/T10963

Label

Numerical Optimization Techniques

Description

This cluster of papers covers advances in numerical optimization techniques, including topics such as benchmarking optimization software, semidefinite programming, global optimization, derivative-free optimization, and the application of sum of squares techniques. It also explores interior-point methods, quadratic programming, and mixed-integer nonlinear programs.

Implementation

@prefix oasubfields: <https://openalex.org/subfields/> .
@prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openalex.org/T10963> a skos:Concept ;
    rdfs:label "Numerical Optimization Techniques"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Mathematical_optimization>,
        <https://openalex.org/T10963> ;
    skos:broader oasubfields:2612 ;
    skos:definition "This cluster of papers covers advances in numerical optimization techniques, including topics such as benchmarking optimization software, semidefinite programming, global optimization, derivative-free optimization, and the application of sum of squares techniques. It also explores interior-point methods, quadratic programming, and mixed-integer nonlinear programs."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Numerical Optimization Techniques"@en ;
    openalex:cited_by_count 1104556 ;
    openalex:works_count 42154 .