Skip to content

Move outputting choromosomes to json file in param_est so it happens after each chromosome run #28

Description

@Jannetty
  • right now json.dump is after ga_instance.run(), it needs to be moved to end of fitness_function
  • don't add chromosome dictionary to population after content is dumped into json
  • make sure json dumps don't delete previous file content
  • potentially delete self.population list all together (as we won't need to save all chromosome data if it is output as it is calculated)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions