Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
RangeShifter
/
RScore
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
3
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
SMS simplification
- #87
#87
Open
nboullis
wants to merge 13 commits into
develop
RangeShifter/RScore:develop
from
SMS_adjust
RangeShifter/RScore:SMS_adjust
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Open
SMS simplification
#87
nboullis
wants to merge 13 commits into
develop
RangeShifter/RScore:develop
from
SMS_adjust
RangeShifter/RScore:SMS_adjust
Copy head branch name to clipboard
Commits
Commits on May 13, 2025
Add an assertion to ensure that the random value drawn for SMS movement is compatible with the sum of the probablities of the neighbour cells.
nboullis
committed
f939334
View commit details
Copy full SHA for f939334
Browse repository at this point
[SMS] Fix the calculation of the cells’ probabilities to ensure they really sum up to 1.
nboullis
committed
1c22a85
View commit details
Copy full SHA for 1c22a85
Browse repository at this point
[SMS] Add an assertion to ensure all cell weights are non-negative.
nboullis
committed
ec311e2
View commit details
Copy full SHA for ec311e2
Browse repository at this point
[SMS] If no neighbour cell is available to move, avoid to try 1000 times before deciding to flag the individual to die.
nboullis
committed
f578ca1
View commit details
Copy full SHA for f578ca1
Browse repository at this point
[SMS] Add an assertion to ensure a random neighbour cell was successfully chosen.
nboullis
committed
fbb3618
View commit details
Copy full SHA for fbb3618
Browse repository at this point
[SMS] Add an assertion to ensure the chosen random neighbout is not outside reflective landscape boundaries.
nboullis
committed
24f79c9
View commit details
Copy full SHA for 24f79c9
Browse repository at this point
[SMS] Kill the inner loop, proven to be useless by the added assertions.
nboullis
committed
c6764b9
View commit details
Copy full SHA for c6764b9
Browse repository at this point
[SMS] Add an assertion to ensure the chosen random neighbour is not a reflective no-data cell.
nboullis
committed
ee4af45
View commit details
Copy full SHA for ee4af45
Browse repository at this point
[SMS] Kill the outer loop, proven to be useless by the added assertions.
nboullis
committed
ef5285f
View commit details
Copy full SHA for ef5285f
Browse repository at this point
[SMS] Kill the now-useless loopsteps variable.
nboullis
committed
664a0bd
View commit details
Copy full SHA for 664a0bd
Browse repository at this point
[SMS] Remove now-useless conditions.
nboullis
committed
f63750b
View commit details
Copy full SHA for f63750b
Browse repository at this point
Move the common “pCurrCell = pNewCell;” instruction outside the if/else structure.
nboullis
committed
47fed38
View commit details
Copy full SHA for 47fed38
Browse repository at this point
Commits on Jun 2, 2025
Merge branch 'develop' into SMS_adjust
nboullis
committed
ffec790
View commit details
Copy full SHA for ffec790
Browse repository at this point
You can’t perform that action at this time.