Giter Site home page Giter Site logo

Deque is empty about debroglie HOT 4 OPEN

boristhebrave avatar boristhebrave commented on May 14, 2024
Deque is empty

from debroglie.

Comments (4)

BorisTheBrave avatar BorisTheBrave commented on May 14, 2024 1

That sounds like it needs fixing, but I don't think I can proceed without a test case. (note you can fix the random seed to get reproducible results).

from debroglie.

Sajdkick avatar Sajdkick commented on May 14, 2024

Awesome, when it shows up again I'll try to get a test case for you :)

from debroglie.

Sajdkick avatar Sajdkick commented on May 14, 2024

I got it to happen consistently.

DeBroglie.Tiled.TiledMapImporter importer = new DeBroglie.Tiled.TiledMapImporter();

var sampleSet = importer.Load("Deque Map Crash");

// Specify the model used for generation
var model = new OverlappingModel(2, 2, sampleSet.Samples[0].Topology.Depth == 1 ? 1 : 2);

model.AddSample(sampleSet.Samples[0]);

// Set the output dimensions
var topology = new GridTopology(10, 10, sampleSet.Samples[0].Topology.Depth, false);

Random random = new Random(0);

var options = new TilePropagatorOptions
{
    Constraints = new[] { new DeBroglie.Constraints.CountConstraint
    {
        Tiles = new[] { new Tile(129) }.ToHashSet(),
        Count = 5,
        Comparison = DeBroglie.Constraints.CountComparison.Exactly,
        Eager = false,
    } },
    BackTrackDepth = 1000,
    RandomDouble = () => { return random.NextDouble(); }
};

// Acturally run the algorithm
var propagator = new TilePropagator(model, topology, options);
propagator.Run();

If I run this while loading this json map https://pastebin.com/CBhymARK i get the error everytime.

from debroglie.

BorisTheBrave avatar BorisTheBrave commented on May 14, 2024

Unfortunately, this isn't reproducing anytning for me. I've tried many seeds, and there are no issues.

Are you using the latest version, read from the master branch?

Otherwise, I'm afraid you may need to try again with a nother random generator (.e.g https://gist.github.com/kaustav-das/cf6b60638e62abb0394737f19f2fcf03)

from debroglie.

Related Issues (17)

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.