Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add "next use" facilities to DES and to CostGraph #3

Closed
rjhanes opened this issue Sep 9, 2021 · 2 comments
Closed

add "next use" facilities to DES and to CostGraph #3

rjhanes opened this issue Sep 9, 2021 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@rjhanes
Copy link
Collaborator

rjhanes commented Sep 9, 2021

Ported from https://github.nrel.gov/aeberle/celavi/issues/195

This issue is being addressed in branch issue195

Previous commit on this issue is 8b70d49

@rjhanes rjhanes added the bug Something isn't working label Sep 9, 2021
@rjhanes rjhanes self-assigned this Sep 9, 2021
rjhanes added a commit that referenced this issue Sep 15, 2021
@rjhanes
Copy link
Collaborator Author

rjhanes commented Sep 15, 2021

Running commit bfd3e33 on tiny-data with artificially low recycling costs:

costgraph_parameters:
    sc_begin: manufacturing
    sc_end: 
    - landfilling
    - cement co-processing
    - next use
    cg_verbose: 1
    save_cg_csv: True
    finegrind_cumul_initial: 1.0
    finegrind_initial_cost: 10.0
    finegrind_revenue: 50.0
    finegrind_learnrate: -0.05
    finegrind_material_loss: 0.3
    coarsegrind_cumul_initial: 1.0
    coarsegrind_initial_cost: 10.0
    coarsegrind_learnrate: -0.05
    cg_update_timesteps: 12

produced the following blade counts:

blade_count_facets

which looks promising.

Still need to test on medium-data and/or a filtered version of develop before merging.

@rjhanes
Copy link
Collaborator Author

rjhanes commented Sep 28, 2021

Closed with PR #50

@rjhanes rjhanes closed this as completed Sep 28, 2021
@rjhanes rjhanes reopened this Sep 28, 2021
@rjhanes rjhanes closed this as completed Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants