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

Fixes #262

Merged
merged 6 commits into from
Jul 20, 2020
Merged

Fixes #262

merged 6 commits into from
Jul 20, 2020

Conversation

lucijabrezocnik
Copy link
Contributor

missing methods added and modified descriptions of the algorithms

@todo
Copy link

todo bot commented Jul 19, 2020

"""

return r"""TODO"""
@staticmethod
def typeParameters():
r"""Get dictionary with functions for checking values of parameters.


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@todo
Copy link

todo bot commented Jul 19, 2020

"""

return r"""TODO"""
def setParameters(self, **kwargs):
r"""Set core parameters of EvolutionStrategy(mu+1) algorithm.


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@todo
Copy link

todo bot commented Jul 19, 2020

"""

return r"""TODO"""
@staticmethod
def typeParameters():
r"""TODO.


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@todo
Copy link

todo bot commented Jul 19, 2020

"""

return r"""TODO"""
def newPop(self, pop):
r"""Return new population.


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@todo
Copy link

todo bot commented Jul 19, 2020

"""

return r"""TODO"""
@staticmethod
def typeParameters(): return {
'epsilon': lambda x: isinstance(x, (float, int)) and 0 < x < 1


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@todo
Copy link

todo bot commented Jul 19, 2020

.

k (int): TODO.
c (int: TODO.
**dparams: Additional arguments
Returns:


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@todo
Copy link

todo bot commented Jul 19, 2020

.

c (int: TODO.
**dparams: Additional arguments
Returns:


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@todo
Copy link

todo bot commented Jul 19, 2020

"""

return r"""TODO"""
@staticmethod
def typeParameters():
r"""Get dictionary with functions for checking values of parameters.


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@todo
Copy link

todo bot commented Jul 19, 2020

"""

return r"""TODO"""
def setParameters(self, **ukwargs):
r"""Set core parameters of DifferentialEvolutionMTSv1 algorithm.


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@todo
Copy link

todo bot commented Jul 19, 2020

"""

return r"""TODO"""
def setParameters(self, pmax=10, rp=3, **ukwargs):
r"""Set core parameters or DynNpDifferentialEvolutionMTS algorithm.


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@todo
Copy link

todo bot commented Jul 19, 2020

"""

return r"""TODO"""
def setParameters(self, **ukwargs):
r"""Set core arguments of DynNpDifferentialEvolutionMTSv1 algorithm.


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@todo
Copy link

todo bot commented Jul 19, 2020

"""

return r"""TODO"""
def setParameters(self, **ukwargs):
r"""TODO.


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@todo
Copy link

todo bot commented Jul 19, 2020

"""

return r"""TODO"""
def setParameters(self, **ukwargs):
r"""Set core parameters of MultiStrategyDifferentialEvolutionMTSv1 algorithm.


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@todo
Copy link

todo bot commented Jul 19, 2020

"""

return r"""TODO"""
def setParameters(self, **ukwargs):
r"""Set core arguments of DynNpMultiStrategyDifferentialEvolutionMTS algorithm.


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@todo
Copy link

todo bot commented Jul 19, 2020

"""

return r"""TODO"""
def setParameters(self, **kwargs):
r"""Set core parameters of DynNpMultiStrategyDifferentialEvolutionMTSv1 algorithm.


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@todo
Copy link

todo bot commented Jul 19, 2020

"""

return r"""TODO"""
@staticmethod
def typeParameters():
r"""Return dict with where key of dict represents parameter name and values represent checking functions for selected parameter.


This comment was generated by todo based on a TODO comment in 002d284 in #262. cc @lucijabrezocnik.

@lucijabrezocnik lucijabrezocnik merged commit a135cc0 into NiaOrg:master Jul 20, 2020
This was referenced Jul 20, 2020
Closed
Closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant