Science Score: 52.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
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
    Organization symbiotic-engineering has institutional domain (sea.mae.cornell.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (0.6%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: symbiotic-engineering
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 23.4 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created 11 months ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License Citation

README.md

DEAPSEA

My genetic algorithm I made with DEAP for dicts so it will interface nicely with openMDAO.

Owner

  • Name: symbiotic-engineering
  • Login: symbiotic-engineering
  • Kind: organization

Symbiotic Engineering and Analysis Lab at Cornell University

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "YOUR_NAME_HERE"
  given-names: "YOUR_NAME_HERE"
  orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Haji"
  given-names: "Maha N."
  orcid: "https://orcid.org/0000-0002-2953-7253"
title: "sea-lab-template"
version: 1.0.0
doi: 10.5281/zenodo.1234
date-released: 2023-09-14
url: "https://github.com/symbiotic-engineering/sea-lab-template"

preferred-citation:
  type: article
  authors:
  - family-names: "YOUR_NAME_HERE"
    given-names: "YOUR_NAME_HERE"
    orcid: "https://orcid.org/0000-0000-0000-0000"
  - family-names: "Haji"
    given-names: "Maha N."
    orcid: "https://orcid.org/0000-0002-2953-7253"
  doi: "10.0000/00000"
  journal: "Journal Title"
  month: 9
  start: 1 # First page number
  end: 10 # Last page number
  title: "My awesome research software"
  issue: 1
  volume: 1
  year: 2021

GitHub Events

Total
  • Push event: 3
  • Pull request event: 4
  • Fork event: 1
  • Create event: 2
Last Year
  • Push event: 3
  • Pull request event: 4
  • Fork event: 1
  • Create event: 2

Dependencies

requirements.txt pypi
  • deap ==1.4.3
  • numpy ==2.2.5