Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.2.0: repr improvements, other minor stuff #202

Merged
merged 3 commits into from Jul 9, 2020
Merged

v0.2.0: repr improvements, other minor stuff #202

merged 3 commits into from Jul 9, 2020

Conversation

jxmorris12
Copy link
Collaborator

@jxmorris12 jxmorris12 commented Jul 9, 2020

  • CompositeTransformation prints sub-transformations
  • GoalFunction repr prints maximization
  • abstract classes: TextAttackDataset, AttackResult, GoalFunctionResult, Logger
  • rename PSO_algorithm to particle_swarm_optimization / ParticleSwarmOptimization
  • add iga docs

@jxmorris12 jxmorris12 changed the title repr improvements 0.2.0: repr improvements, other minor stuff Jul 9, 2020
@jxmorris12 jxmorris12 changed the title 0.2.0: repr improvements, other minor stuff v0.2.0: repr improvements, other minor stuff Jul 9, 2020
Copy link
Member

@jakegrigsby jakegrigsby left a comment

Choose a reason for hiding this comment

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

lgtm

@jxmorris12 jxmorris12 merged commit 641cbe7 into master Jul 9, 2020
@jxmorris12 jxmorris12 deleted the repr branch July 9, 2020 16:30
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.

Goal function should print maximization CompositeTransformation should print sub-transformations
2 participants