Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

DrPaulSharp
Copy link
Collaborator

No description provided.

adaptPCR : bool
[DREAM] Whether the crossover probability for differential evolution should be adapted during the run.
calcSLD : bool
Whether SLD will be calculated (for live plotting etc.)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove calcSLD from Controls, I think you can safely revert all changes in this file.

cpp/rat.cpp Outdated
.def_readwrite("pUnitGamma", &Control::pUnitGamma)
.def_readwrite("boundHandling", &Control::boundHandling)
.def_readwrite("adaptPCR", &Control::adaptPCR)
.def_readwrite("calcSLD", &Control::calcSLD)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove calcSLD from Controls, I think you can safely revert all changes in this file except for line 335

i.e. control_struct.calcSLD = false;

Copy link
Contributor

@StephenNneji StephenNneji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@DrPaulSharp DrPaulSharp merged commit d6c44ce into RascalSoftware:main Aug 7, 2025
9 checks passed
@DrPaulSharp DrPaulSharp deleted the calc_sld branch August 7, 2025 09:02
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.

2 participants