cme4501

Book on optimization using python for CME4501 Engineering Systems Optimization

https://github.com/tudelft-books/cme4501

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Book on optimization using python for CME4501 Engineering Systems Optimization

Basic Info
  • Host: GitHub
  • Owner: TUDelft-books
  • License: cc-by-4.0
  • Language: Jupyter Notebook
  • Default Branch: 2025
  • Homepage: https://oit.tudelft.nl/CME4501/
  • Size: 7.42 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 2
  • Open Issues: 1
  • Releases: 6
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

About the project

DOI

This project contains the content of Engineering Optimization

Contributors

  • Tom van Woudenberg - T.R.vanWoudenberg@tudelft.nl
  • Maria Nogal - M.Nogal@tudelft.nl

Owner

  • Name: Books from Delft University of Technology
  • Login: TUDelft-books
  • Kind: organization
  • Location: Netherlands

For books hosted on GitHub Pages

Citation (CITATION.CFF)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: CME4501 - Engineering Systems Optimization
message: >-
  If you use this open interactive textbooks,
  please cite it using the metadata from this file.
authors:
  - given-names: Tom
    name-particle: van
    family-names: Woudenberg
    email: t.r.van.woudenberg@tudelft.nl
    affiliation: Delft University of Technology
    orcid: 'https://orcid.org/0000-0002-9536-061X'
  - given-names: Maria
    family-names: Nogal
    email: m.nogal@tudelft.nl
    affiliation: Delft University of Technology
    orcid: 'https://orcid.org/0000-0001-5405-0626'
preferred-citation:
  type: book
  authors:
    - given-names: Tom
      name-particle: van
      family-names: Woudenberg
      email: t.r.van.woudenberg@tudelft.nl
      affiliation: Delft University of Technology
      orcid: 'https://orcid.org/0000-0002-9536-061X'
    - given-names: Maria
      family-names: Nogal
      email: m.nogal@tudelft.nl
      affiliation: Delft University of Technology
      orcid: 'https://orcid.org/0000-0001-5405-0626'
  identifiers:
    - type: doi
      value: 10.5281/zenodo.15099966
      description: Zenodo record
    - type: url
      value: 'https://oit.tudelft.nl/CME4501/'
      description: published book
  repository-code: 'https://github.com/TUDelft-books/CME4501'
  abstract: >-
    This book focuses on how to apply optimization algorithms
    to specific optimization problems. It does so using python,
    scipy and pymoo. It contains the preparations for the
    practical sessions in CME4501 Engineering Systems Optimization. 
  keywords:
    - Optimization
    - Python
  license: CC-BY-4.0
  license-url: https://creativecommons.org/licenses/by/4.0/"
  commit: 65ba24564d5774901469ac1ff0d60939ebc7882d
  version: v2024.3.1
  date-released: '2025-03-28'
  contact:
    - email: "T.R.vanWoudenberg@tudelft.nl"
      given-names: Tom
      name-particle: van
      family-names: Woudenberg

GitHub Events

Total
  • Release event: 4
  • Delete event: 20
  • Issue comment event: 1
  • Push event: 142
  • Pull request event: 39
  • Fork event: 2
  • Create event: 29
Last Year
  • Release event: 4
  • Delete event: 20
  • Issue comment event: 1
  • Push event: 142
  • Pull request event: 39
  • Fork event: 2
  • Create event: 29

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 22
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 days
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 15
  • Bot issues: 0
  • Bot pull requests: 16
Past Year
  • Issues: 0
  • Pull requests: 22
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 days
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 15
  • Bot issues: 0
  • Bot pull requests: 16
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (16)
  • Tom-van-Woudenberg (5)
  • rlanzafame (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (16) python (10)

Dependencies

.github/workflows/call-deploy-book.yml actions
requirements.txt pypi
  • jupyterbook-patches *
  • matplotlib *
  • numpy *
  • scipy *
  • sphinx-thebe *
  • teachbooks *