self-packing - definitie. Wat is self-packing
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

Wat (wie) is self-packing - definitie

CLASS OF OPTIMIZATION PROBLEMS IN MATHEMATICS THAT INVOLVE ATTEMPTING TO PACK OBJECTS TOGETHER INTO CONTAINERS. THE GOAL IS TO EITHER PACK A SINGLE CONTAINER AS DENSELY AS POSSIBLE OR PACK ALL OBJECTS USING AS FEW CONTAINERS AS POSSIBLE
Square packing; Efficiency in packing; Optimal packing; Packing problem
  • The optimal packing of 15 circles in a square
  • The hexagonal packing of circles on a 2-dimensional Euclidean plane.
  • [[Sphere]]s or [[circle]]s packed loosely (top) and more densely (bottom)

packing density         
FRACTION OF SPACE FILLED IN A PACKING
Packing Fraction; Packing Density; Packing constant
¦ noun Computing the density of stored information in terms of bits per unit occupied of its storage medium.
Packing density         
FRACTION OF SPACE FILLED IN A PACKING
Packing Fraction; Packing Density; Packing constant
A packing density or packing fraction of a packing in some space is the fraction of the space filled by the figures making up the packing. In simplest terms, this is the ratio of the volume of bodies in a space to the volume of the space itself.
Atomic packing factor         
  • BCC structure
  • HCP structure
  • Simple cubic unit cell
FRACTION OF VOLUME IN A CRYSTAL STRUCTURE THAT IS OCCUPIED BY THE CONSTITUENT PARTICLES
Atomic packing fraction; Packing efficiency
In crystallography, atomic packing factor (APF), packing efficiency, or packing fraction is the fraction of volume in a crystal structure that is occupied by constituent particles. It is a dimensionless quantity and always less than unity.

Wikipedia

Packing problems

Packing problems are a class of optimization problems in mathematics that involve attempting to pack objects together into containers. The goal is to either pack a single container as densely as possible or pack all objects using as few containers as possible. Many of these problems can be related to real-life packaging, storage and transportation issues. Each packing problem has a dual covering problem, which asks how many of the same objects are required to completely cover every region of the container, where objects are allowed to overlap.

In a bin packing problem, you are given:

  • A container, usually a two- or three-dimensional convex region, possibly of infinite size. Multiple containers may be given depending on the problem.
  • A set of objects, some or all of which must be packed into one or more containers. The set may contain different objects with their sizes specified, or a single object of a fixed dimension that can be used repeatedly.

Usually the packing must be without overlaps between goods and other goods or the container walls. In some variants, the aim is to find the configuration that packs a single container with the maximal packing density. More commonly, the aim is to pack all the objects into as few containers as possible. In some variants the overlapping (of objects with each other and/or with the boundary of the container) is allowed but should be minimized.