Giter Site home page Giter Site logo

Comments (6)

ldworkin avatar ldworkin commented on April 20, 2024

Hi @BCJuan ! Thanks for reporting this issue. I'm having trouble reproducing though. This is what I ran:

from ax import *

    range_x = ChoiceParameter(name='x', values=[1,5,10],
                              parameter_type=ParameterType.INT)
    space = SearchSpace(parameters=[range_x])
    experiment = Experiment(name="experiment_one_cell",
                            search_space=space)
    sobol = Models.SOBOL(search_space=experiment.search_space)
    generator_run = sobol.gen(100)

However, that completed successfully. Am I missing something?

from ax.

BCJuan avatar BCJuan commented on April 20, 2024

Hi,

I still havethe problem if I use your code. It is my fault, I have checked the datatype and mine are numpy.int32

The function numpy_type_to_python_type in typeutils.py only catches np.int64 and numpy.float64.

I suppose is mandatory to use 64 bit data types.

Apologies for the time spent.

Best

from ax.

ldworkin avatar ldworkin commented on April 20, 2024

Oh interesting! We can fix it to work with np.int32 and np.float32. Thanks for catching this!

from ax.

ldworkin avatar ldworkin commented on April 20, 2024

Actually I believe this was already fixed! What version of Ax are you using?

see:
7904aa2#diff-0befb5b9d1a4f64449eba6e50b2d2b0d

from ax.

BCJuan avatar BCJuan commented on April 20, 2024

My fault I am using 0.1.3. Closing the issue. Thanks!

from ax.

ldworkin avatar ldworkin commented on April 20, 2024

Great!

from ax.

Related Issues (20)

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.