Skip to content

[FEATURE]: Multi-Threading & Algorithm Helpers/Factories #3

@nmichlo

Description

@nmichlo

Currently all algorithms extend from EaModule, often various similarities exist in implementations and code is repeated.

Helper functions, subclasses of EaModule or maybe even mixins might be worth investigating.

eg.

class Problem(EaModuleRay):
    ... 
    
# OR

class Problem(EaModule, EaRayMixin):
    ...

I haven't really pondered too much about these but they may be worthwhile?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions