Science Score: 54.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
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: JuliaSmoothOptimizers
  • License: other
  • Language: Julia
  • Default Branch: master
  • Size: 1.67 MB
Statistics
  • Stars: 10
  • Watchers: 4
  • Forks: 3
  • Open Issues: 17
  • Releases: 10
Created about 6 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation Zenodo

README.md

ExpressionTreeForge: A manipulator of expression trees

| Documentation | Linux/macOS/Windows/FreeBSD | Coverage | DOI | |:-----------------:|:-------------------------------:|:------------:|:-------:| | docs-stable docs-dev | build-gh build-cirrus | codecov | doi |

How to cite

If you use ExpressionTreeForge.jl in your work, please cite using the format given in CITATION.bib.

Philosophy

ExpressionTreeForge.jl is a manipulator of expression trees. It supports several expression tree implementations and defines methods to analyze and manipulate them, including: - partial separability detection; - evaluation of the expression, and its first and second derivatives; - bound propagation; - convexity detection.

Compatibility

Julia ≥ 1.6.

How to install

pkg> add ExpressionTreeForge pkg> test ExpressionTreeForge

How to use

See the tutorial.

Dependencies

This module is used together with PartitionedStructures.jl by PartiallySeparableNLPModels.jl and PartiallySeparableSolvers.jl to define a trust-region method exploiting partial separability through partitioned quasi-Newton approximations.

Bug reports and discussions

If you think you found a bug, feel free to open an issue. Focused suggestions and requests can also be opened as issues. Before opening a pull request, start an issue or a discussion on the topic, please.

If you want to ask a question not suited for a bug report, feel free to start a discussion here. This forum is for general discussion about this repository and the JuliaSmoothOptimizers, so questions about any of our packages are welcome.

Owner

  • Name: JuliaSmoothOptimizers
  • Login: JuliaSmoothOptimizers
  • Kind: organization
  • Location: DOI: 10.5281/zenodo.2655082

Infrastructure and Solvers for Continuous Optimization in Julia

Citation (CITATION.bib)

@Misc{bigeon-orban-raynaud-ETF-2022,
  author = { P. Raynaud, D. Orban, J. Bigeon},
  title = {{ExpressionTreeForge.jl}: A Manipulator of Expression Trees},
  month = {July},
  howpublished = {\url{https://github.com/JuliaSmoothOptimizers/ExpressionTreeForge.jl}},
  year = {2022},
  DOI = {10.5281/zenodo.6940300}
}

GitHub Events

Total
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 7
  • Push event: 15
  • Pull request review event: 3
  • Pull request review comment event: 3
  • Pull request event: 9
  • Create event: 4
Last Year
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 7
  • Push event: 15
  • Pull request review event: 3
  • Pull request review comment event: 3
  • Pull request event: 9
  • Create event: 4

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 19
  • Total pull requests: 54
  • Average time to close issues: 22 days
  • Average time to close pull requests: 15 days
  • Total issue authors: 3
  • Total pull request authors: 4
  • Average comments per issue: 1.37
  • Average comments per pull request: 1.04
  • Merged pull requests: 49
  • Bot issues: 0
  • Bot pull requests: 11
Past Year
  • Issues: 4
  • Pull requests: 10
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.25
  • Average comments per pull request: 1.4
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • paraynaud (13)
  • tmigot (5)
  • JuliaTagBot (1)
Pull Request Authors
  • paraynaud (35)
  • tmigot (16)
  • github-actions[bot] (13)
  • dpo (1)
Top Labels
Issue Labels
Pull Request Labels
formatting (13) automated pr (13) no changelog (13)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 2
  • Total dependent repositories: 0
  • Total versions: 9
juliahub.com: ExpressionTreeForge
  • Versions: 9
  • Dependent Packages: 2
  • Dependent Repositories: 0
Rankings
Dependent repos count: 9.9%
Dependent packages count: 16.6%
Average: 23.1%
Stargazers count: 32.6%
Forks count: 33.3%
Last synced: 11 months ago

Dependencies

.github/workflows/Documentation.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia latest composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/format_pr.yml actions
  • actions/checkout v2 composite
  • peter-evans/create-pull-request v3 composite