enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. List of open-source software for mathematics - Wikipedia

    en.wikipedia.org/wiki/List_of_open-source...

    This is a list of open-source software to be used for high-order mathematical calculations. This software has played an important role in the field of mathematics. [ 1 ] Open-source software in mathematics has become pivotal in education because of the high cost of textbooks.

  3. Test functions for optimization - Wikipedia

    en.wikipedia.org/wiki/Test_functions_for...

    The test functions used to evaluate the algorithms for MOP were taken from Deb, [4] Binh et al. [5] and Binh. [6] The software developed by Deb can be downloaded, [ 7 ] which implements the NSGA-II procedure with GAs, or the program posted on Internet, [ 8 ] which implements the NSGA-II procedure with ES.

  4. List of numerical-analysis software - Wikipedia

    en.wikipedia.org/wiki/List_of_numerical-analysis...

    acslX is a software application for modeling and evaluating the performance of continuous systems described by time-dependent, nonlinear differential equations. ADMB is a software suite for non-linear statistical modeling based on C++ which uses automatic differentiation.

  5. Evaluation function - Wikipedia

    en.wikipedia.org/wiki/Evaluation_function

    In computer chess, the output of an evaluation function is typically an integer, and the units of the evaluation function are typically referred to as pawns.The term 'pawn' refers to the value when the player has one more pawn than the opponent in a position, as explained in Chess piece relative value.

  6. List comprehension - Wikipedia

    en.wikipedia.org/wiki/List_comprehension

    Here, the list [0..] represents , x^2>3 represents the predicate, and 2*x represents the output expression.. List comprehensions give results in a defined order (unlike the members of sets); and list comprehensions may generate the members of a list in order, rather than produce the entirety of the list thus allowing, for example, the previous Haskell definition of the members of an infinite list.

  7. eval - Wikipedia

    en.wikipedia.org/wiki/Eval

    Evaluation of this symbol must yield the function for addition to make the example work as intended. Thus some dialects of Lisp allow an additional parameter for eval to specify the context of evaluation (similar to the optional arguments to Python's eval function - see below). An example in the Scheme dialect of Lisp (R 5 RS and later):

  8. List of mathematical functions - Wikipedia

    en.wikipedia.org/wiki/List_of_mathematical_functions

    Thomae's function: is a function that is continuous at all irrational numbers and discontinuous at all rational numbers. It is also a modification of Dirichlet function and sometimes called Riemann function. Kronecker delta function: is a function of two variables, usually integers, which is 1 if they are equal, and 0 otherwise.

  9. Fold (higher-order function) - Wikipedia

    en.wikipedia.org/wiki/Fold_(higher-order_function)

    Folds can be regarded as consistently replacing the structural components of a data structure with functions and values. Lists, for example, are built up in many functional languages from two primitives: any list is either an empty list, commonly called nil ([]), or is constructed by prefixing an element in front of another list, creating what is called a cons node ( Cons(X1,Cons(X2,Cons ...