Code Monkey home page Code Monkey logo

container-loading-problem's People

Contributors

nivedha-ramesh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

container-loading-problem's Issues

Missing Tabulate File

Hello Nivedha,

The tabulate file is missing from the project. Kindly upload it.

Thanks, Aditya

'int' object has no attribute 'generate_pop'

I am facing an issue in code of main.py line 139
population = gen.generate_pop(box_params, NUM_OF_INDIVIDUALS, ROTATIONS)
AttributeError: 'int' object has no attribute 'generate_pop'

Interested in the container packing project

Hi,

I'm interested in your 3d bin packing algorithm.
Want to know the efficiency of it , and maybe we can discuss adding some features to it.
Is there a way we can talk maybe via email?
betzalel.racovsky at gmail
Thanks!

AttributeError

Hi Nivedha,
I keep getting errors. It says "AttributeError: 'int' object has no attribute 'generate_pop'" in line 139. I wonder if you can help me fix these errors?

thanks

Curious on mutation

Hi Mr. Ramesh!

I've been reading your coding recently. When I read to the mutation part, it has something to do with the rotation. I wonder will this cause some unwanted result that user might don't want the rotation.

Here is the code

def mutate(offsprings, pm1, pm2,rotation=6):
    for child in offsprings.values():
        order = child['order']
        rotate = child['rotate']

        # ...

        # Second level of mutation
        for i in range(len(rotate)):
            if random.uniform(0, 1) <= pm2:
                rotate[i] = random.randint(0, rotation)   # This is what I wondered.

    return offsprings

If user only want the box rotate on z-index, or rather only can swap the length and width. Will this cause the box can rotate on length and height?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.