Skip to content

Assign BCs to raw levels, not just latent vectors #1

@schrum2

Description

@schrum2

Currently, edu.southwestern.tasks.export.ExternalRealValuedGenotypeExecutor has a main method that is used by the Python code. This is main method is what is being executed when Python launches the jar file. However, this code expects latent vectors as input before returning behavior characteristic information as output. What we need is a step in between that takes raw levels (lists of lists of integers, where each int represents a tile) and outputs the behavior characterizations based on that instead.

This will require the creation of a different but similar java file that is compiled to a different jar file, and the Python code will need to be set up to also be capable of using this jar file instead of the other.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions