You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<!-- omit in toc -->
2
-
# Contributing to DistributedOptimization.jl
2
+
# Contributing to DistributedResourceOptimization.jl
3
3
4
4
First off, thanks for taking the time to contribute! ❤️
5
5
@@ -28,20 +28,20 @@ All types of contributions are encouraged and valued. See the [Table of Contents
28
28
## Code of Conduct
29
29
30
30
This project and everyone participating in it is governed by the
31
-
[DistributedOptimization.jl Code of Conduct](https://github.com/OFFIS-DAI/DistributedOptimization.jl/blob/master/CODE_OF_CONDUCT.md).
31
+
[DistributedResourceOptimization.jl Code of Conduct](https://github.com/OFFIS-DAI/DistributedResourceOptimization.jl/blob/master/CODE_OF_CONDUCT.md).
32
32
By participating, you are expected to uphold this code. Please report unacceptable behavior
33
33
to <rico.schrage@uol.de>.
34
34
35
35
36
36
## I Have a Question
37
37
38
-
> If you want to ask a question, we assume that you have read the available [Documentation](https://offis-dai.github.io/DistributedOptimization.jl/stable/).
38
+
> If you want to ask a question, we assume that you have read the available [Documentation](https://offis-dai.github.io/DistributedResourceOptimization.jl/stable/).
39
39
40
-
Before you ask a question, it is best to search for existing [Issues](https://github.com/OFFIS-DAI/DistributedOptimization.jl/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
40
+
Before you ask a question, it is best to search for existing [Issues](https://github.com/OFFIS-DAI/DistributedResourceOptimization.jl/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
41
41
42
42
If you then still feel the need to ask a question and need clarification, we recommend the following:
43
43
44
-
- Open an [Issue](https://github.com/OFFIS-DAI/DistributedOptimization.jl/issues/new) with the label `question`.
44
+
- Open an [Issue](https://github.com/OFFIS-DAI/DistributedResourceOptimization.jl/issues/new) with the label `question`.
45
45
- Provide as much context as you can about what you're running into.
46
46
- Provide project and platform versions (julia version, os, etc), depending on what seems relevant.
47
47
@@ -60,8 +60,8 @@ We will then take care of the issue as soon as possible.
60
60
A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible.
61
61
62
62
- Make sure that you are using the latest version.
63
-
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://offis-dai.github.io/DistributedOptimization.jl/stable/). If you are looking for support, you might want to check [this section](#i-have-a-question)).
64
-
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/OFFIS-DAI/DistributedOptimization.jl/issues?q=label%3Abug).
63
+
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://offis-dai.github.io/DistributedResourceOptimization.jl/stable/). If you are looking for support, you might want to check [this section](#i-have-a-question)).
64
+
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/OFFIS-DAI/DistributedResourceOptimization.jl/issues?q=label%3Abug).
65
65
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
66
66
- Collect information about the bug:
67
67
- Stack trace (Traceback)
@@ -75,7 +75,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
75
75
76
76
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
77
77
78
-
- Open an [Issue](https://github.com/OFFIS-DAI/DistributedOptimization.jl/issues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
78
+
- Open an [Issue](https://github.com/OFFIS-DAI/DistributedResourceOptimization.jl/issues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
79
79
- Explain the behavior you would expect and the actual behavior.
80
80
- Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own. This usually includes your code. For good bug reports you should isolate the problem and create a reduced test case.
81
81
- Provide the information you collected in the previous section.
@@ -90,36 +90,36 @@ Once it's filed:
90
90
91
91
### Suggesting Enhancements
92
92
93
-
This section guides you through submitting an enhancement suggestion for DistributedOptimization.jl, **including completely new features and minor improvements to existing functionality**. Following these guidelines will help maintainers and the community to understand your suggestion and find related suggestions.
93
+
This section guides you through submitting an enhancement suggestion for DistributedResourceOptimization.jl, **including completely new features and minor improvements to existing functionality**. Following these guidelines will help maintainers and the community to understand your suggestion and find related suggestions.
94
94
95
95
<!-- omit in toc -->
96
96
#### Before Submitting an Enhancement
97
97
98
98
- Make sure that you are using the latest version.
99
-
- Read the [documentation](https://offis-dai.github.io/DistributedOptimization.jl/stable/) carefully and find out if the functionality is already covered, maybe by an individual configuration.
100
-
- Perform a [search](https://github.com/OFFIS-DAI/DistributedOptimization.jl/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
99
+
- Read the [documentation](https://offis-dai.github.io/DistributedResourceOptimization.jl/stable/) carefully and find out if the functionality is already covered, maybe by an individual configuration.
100
+
- Perform a [search](https://github.com/OFFIS-DAI/DistributedResourceOptimization.jl/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
101
101
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
102
102
103
103
<!-- omit in toc -->
104
104
#### How Do I Submit a Good Enhancement Suggestion?
105
105
106
-
Enhancement suggestions are tracked as [GitHub issues](https://github.com/OFFIS-DAI/DistributedOptimization.jl/issues).
106
+
Enhancement suggestions are tracked as [GitHub issues](https://github.com/OFFIS-DAI/DistributedResourceOptimization.jl/issues).
107
107
108
108
- Use a **clear and descriptive title** for the issue to identify the suggestion.
109
109
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.
110
110
-**Describe the current behavior** and **explain which behavior you expected to see instead** and why. At this point you can also tell which alternatives do not work for you.
111
-
-**Explain why this enhancement would be useful** to most DistributedOptimization.jl users. You may also want to point out the other projects that solved it better and which could serve as inspiration.
111
+
-**Explain why this enhancement would be useful** to most DistributedResourceOptimization.jl users. You may also want to point out the other projects that solved it better and which could serve as inspiration.
112
112
113
113
### Your First Code Contribution
114
114
115
-
DistributedOptimization.jl follows the typical guidelines for Julia-projects and it is mainly developed using the vscode julia extension.
115
+
DistributedResourceOptimization.jl follows the typical guidelines for Julia-projects and it is mainly developed using the vscode julia extension.
116
116
117
117
The necessary steps for every contribution are:
118
118
* Fork the repository.
119
119
* Make your changes, ideally connected to an issue.
120
120
* Make sure you followed the styleguide below.
121
121
* Make sure you have written unit and integration tests.
122
-
* Execute the DistributedOptimization.jl tests locally! Some tests require a running MQTT broker, for details take a look at (https://github.com/OFFIS-DAI/DistributedOptimization.jl/blob/development/.github/workflows/test-mango.yml).
122
+
* Execute the DistributedResourceOptimization.jl tests locally! Some tests require a running MQTT broker, for details take a look at (https://github.com/OFFIS-DAI/DistributedResourceOptimization.jl/blob/development/.github/workflows/test-mango.yml).
123
123
* Create a pull request.
124
124
* Look at the output of github actions, we require that all tests pass and that the code-coverage of the diff is at least on par with the existing codebase
125
125
* If all checks look fine, a maintainer will start to handle the pull request
The package DistributedOptimization.jl (DO) aims to provide a collection of distributed optimization algorithms. The algorithms are implemented without considering one special communication technique or package. DO provides abstract types and function interfaces to implement so-called carriers, which are able to execute the distributed algorithms asynchronous. All algorithms can also be used without carrier using fitting @spawn or @async statements.
6
+
The package DistributedResourceOptimization.jl (DRO) aims to provide a collection of distributed optimization algorithms for optimizing distributed resources. The algorithms are implemented without considering one special communication technique or package. DRO provides abstract types and function interfaces to implement so-called carriers, which are able to execute the distributed algorithms asynchronous. All algorithms can also be used without carrier using fitting @spawn or @async statements.
7
7
8
-
Currently there are two tested algorithms:
8
+
Currently there are three tested algorithms:
9
9
* ADMM multi-value consensus such that the sum of all resp values equals a target vector
10
+
* ADMM sharing variant on flexibility providing resources
10
11
* COHDA, Combinatorial Optimization Heuristic for Distributed Agents, which minimizes the distance of schedule sums to a given target schedule
11
12
12
13
There is one carrier implemented:
@@ -18,7 +19,7 @@ Note that the package is highly work in progress.
0 commit comments